mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 22:54:34 +00:00
Adds preferences for limiting the maximum number of local lights, as well as distance-based fading of local lights.
This commit is contained in:
parent
9e792845f7
commit
7b02d81b54
4 changed files with 115 additions and 2 deletions
|
|
@ -54,6 +54,7 @@ LightInfo::LightInfo()
|
|||
mDynamicRefreshFreq( 8 ),
|
||||
mPriority( 1.0f ),
|
||||
mScore( 0.0f ),
|
||||
mFadeAmount(1.0f),
|
||||
mDebugRender( false )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue