mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-21 04:15:36 +00:00
Merge branch 'PBR_ProbeArrayGLWIP' of https://github.com/Azaezel/Torque3D into development
This commit is contained in:
commit
82881f0875
407 changed files with 47737 additions and 6168 deletions
|
|
@ -602,6 +602,7 @@ void SkyBox::_initMaterial()
|
|||
desc.setCullMode( GFXCullNone );
|
||||
desc.setBlend( true );
|
||||
desc.setZReadWrite( true, false );
|
||||
desc.zFunc = GFXCmpLessEqual;
|
||||
mMatInstance->addStateBlockDesc( desc );
|
||||
|
||||
// Also disable lighting on the skybox material by default.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue