mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
Merge pull request #845 from Azaezel/alpha401/matPremul
update translucent lighting default
This commit is contained in:
commit
57abf371b5
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