PhysicalWind Class
PhysicalWind Class
Members
PhysicalWind (const Math::vec3 & size)
Constructor. Creates a physical wind node of the specified size.Arguments
- const Math::vec3 & size - Wind box size in units.
void setThreshold (const Math::vec3 & threshold)
Sets the threshold distance values along the coordinates axes relative to the wind node size (that is, inside of it). It determines the area of gradual change from zero to full wind velocity.Arguments
- const Math::vec3 & threshold - distance in units.
void setVelocity (const Math::vec3 & velocity)
Sets velocity of the physical wind flow.Arguments
- const Math::vec3 & velocity - Velocity in units per second.
float getAngularDamping ()
Returns the current angular velocity of the objects decreases when they get inside the wind node.Return value
Angular damping value.void setSize (const Math::vec3 & size)
Sets the size of the physical wind node.Arguments
- const Math::vec3 & size - Wind box size in units.
void setAngularDamping (float damping)
Sets a value indicating how much the angular velocity of the objects decreases when they get inside the wind node.Arguments
- float damping - damping value. If a negative value is provided, 0 will be used instead.
void setLinearDamping (float damping)
Sets a value indicating how much the linear velocity of the objects decreases when they get inside the wind node.Arguments
- float damping - Linear damping value. If a negative value is provided, 0 will be used instead.
Math::vec3 getThreshold ()
Returns the current threshold distance values along the coordinates axes relative to the wind node size (that is, inside of it). It determines the area of gradual change from zero to full wind velocity.Return value
Threshold distance in units.float getLinearDamping ()
Returns the current value indicating how much the linear velocity of the objects decreases when they get inside the wind node.Return value
Linear damping value.Math::vec3 getSize ()
Returns the current size of the physical wind node.Return value
Wind box size in units.Math::vec3 getVelocity ()
Returns the current velocity of the physical wind flow.Return value
Velocity in units per second.Last update: 03.07.2017
Помогите сделать статью лучше
Была ли эта статья полезной?
(или выберите слово/фразу и нажмите Ctrl+Enter