ForestWind
Engine/source/forest/forestWindEmitter.h
Protected Attributes
Public Functions
ForestWind(ForestWindEmitter * emitter)
setDirection(const VectorF & direction)
setIsDirty(bool isDirty)
setStrength(F32 strength)
setStrengthAndDirection(F32 strength, const VectorF & direction)
Detailed Description
Protected Attributes
F32 mCurrentInterp
Point2F mCurrentTarget
VectorF mDirection
bool mIsDirty
F32 mLastGustTime
F32 mLastYawTime
ForestWindEmitter * mParent
MRandom mRandom
F32 mStrength
F32 mTargetYawAngle
Public Functions
ForestWind(ForestWindEmitter * emitter)
~ForestWind()
getDirection()
getStrength()
getTarget()
processTick()
setDirection(const VectorF & direction)
setIsDirty(bool isDirty)
setStrength(F32 strength)
setStrengthAndDirection(F32 strength, const VectorF & direction)