mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-26 15:49:30 +00:00
Merge branch 'development' of https://github.com/TorqueGameEngines/Torque3D into development
This commit is contained in:
commit
16062fb996
8 changed files with 34 additions and 21 deletions
|
|
@ -207,7 +207,7 @@ Material::Material()
|
|||
mDoubleSided = false;
|
||||
|
||||
mTranslucent = false;
|
||||
mTranslucentBlendOp = LerpAlpha;
|
||||
mTranslucentBlendOp = PreMul;
|
||||
mTranslucentZWrite = false;
|
||||
|
||||
mAlphaTest = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue