mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Merge of PR #855
This commit is contained in:
commit
98b3d3294d
3 changed files with 81 additions and 0 deletions
|
|
@ -84,3 +84,15 @@ datablock LightningData(DefaultStorm)
|
|||
thunderSounds[2] = ThunderCrash3Sound;
|
||||
thunderSounds[3] = ThunderCrash4Sound;
|
||||
};
|
||||
|
||||
datablock ReflectorDesc( DefaultCubeDesc )
|
||||
{
|
||||
texSize = 256;
|
||||
nearDist = 0.1;
|
||||
farDist = 1000.0;
|
||||
objectTypeMask = 0xFFFFFFFF;
|
||||
detailAdjust = 1.0;
|
||||
priority = 1.0;
|
||||
maxRateMs = 15;
|
||||
useOcclusionQuery = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue