mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-28 19:13:47 +00:00
Reordering initialization methods #1912
This commit is contained in:
parent
6423ab50b1
commit
15f67015d3
70 changed files with 207 additions and 205 deletions
|
|
@ -196,15 +196,15 @@ WaterObject::WaterObject()
|
|||
mUndulateMaxDist(50.0f),
|
||||
mMiscParamW( 0.0f ),
|
||||
mUnderwaterPostFx( NULL ),
|
||||
mBasicLighting( false ),
|
||||
mOverallWaveMagnitude( 1.0f ),
|
||||
mOverallRippleMagnitude( 0.1f ),
|
||||
mCubemap( NULL ),
|
||||
mSoundAmbience( NULL ),
|
||||
mOverallWaveMagnitude( 1.0f ),
|
||||
mBasicLighting( false ),
|
||||
mSpecularPower( 48.0f ),
|
||||
mSoundAmbience( NULL ),
|
||||
mCubemap( NULL ),
|
||||
mSpecularColor( 1.0f, 1.0f, 1.0f, 1.0f ),
|
||||
mDepthGradientMax( 50.0f ),
|
||||
mEmissive( false )
|
||||
mEmissive( false ),
|
||||
mDepthGradientMax( 50.0f )
|
||||
{
|
||||
mTypeMask = WaterObjectType;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue