mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-19 04:10:54 +00:00
some better default values
This commit is contained in:
parent
c44842bf2f
commit
99f7f1a97c
3 changed files with 8 additions and 8 deletions
|
|
@ -44,11 +44,11 @@ ForestItemData::ForestItemData()
|
|||
mShapeFile( NULL ),
|
||||
mCollidable( true ),
|
||||
mRadius( 1 ),
|
||||
mWindScale( 0.0f ),
|
||||
mTrunkBendScale( 0.0f ),
|
||||
mWindBranchAmp( 0.0f ),
|
||||
mWindDetailAmp( 0.0f ),
|
||||
mWindDetailFreq( 0.0f ),
|
||||
mWindScale( 1.0f ),
|
||||
mTrunkBendScale( 0.02f ),
|
||||
mWindBranchAmp( 0.1f ),
|
||||
mWindDetailAmp( 0.1f ),
|
||||
mWindDetailFreq( 0.1f ),
|
||||
mMass( 5.0f ),
|
||||
mRigidity( 10.0f ),
|
||||
mTightnessCoefficient( 0.4f ),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue