mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
default translucency for PBR authoring tools generally assume premul, not lerpalpha nowadays
This commit is contained in:
parent
3e88e2acb8
commit
f4cc0e8151
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ Material::Material()
|
||||||
mDoubleSided = false;
|
mDoubleSided = false;
|
||||||
|
|
||||||
mTranslucent = false;
|
mTranslucent = false;
|
||||||
mTranslucentBlendOp = LerpAlpha;
|
mTranslucentBlendOp = PreMul;
|
||||||
mTranslucentZWrite = false;
|
mTranslucentZWrite = false;
|
||||||
|
|
||||||
mAlphaTest = false;
|
mAlphaTest = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue