WindEmitter
Engine/source/T3D/fx/windEmitter.h
Protected Attributes
Protected Static Attributes
Public Functions
setPosition(const Point3F & pos)
setStrength(F32 strength)
setTurbulency(F32 frequency, F32 strength)
Public Static Functions
Protected Static Functions
_sortByScore(const void * a, const void * b)
Detailed Description
Protected Attributes
bool mEnabled
F32 mScore
SphereF mSphere
F32 mStrength
F32 mTurbulenceFrequency
F32 mTurbulenceStrength
VectorF mVelocity
Protected Static Attributes
WindEmitterList smAllEmitters
Public Functions
WindEmitter()
~WindEmitter()
getCenter()
getRadius()
getStrength()
getTurbulenceFrequency()
getTurbulenceStrength()
getVelocity()
operator const SphereF&()
setPosition(const Point3F & pos)
setRadius(F32 radius)
setStrength(F32 strength)
setTurbulency(F32 frequency, F32 strength)
update(const Point3F & pos, const VectorF & velocity)