ScaleAlongVelocityModifier is a modifier to apply a scale factor along the current velocity vector. More...
#include <Modifier.h>
Inheritance diagram for nvidia::apex::ScaleAlongVelocityModifier:Public Member Functions | |
| virtual float | getScaleFactor () const =0 |
| get the scale factor | |
| virtual void | setScaleFactor (const float &s)=0 |
| set the scale factor | |
Static Public Attributes | |
| static const ModifierTypeEnum | ModifierType = ModifierType_ScaleAlongVelocity |
| ModifierType. | |
| static const uint32_t | ModifierUsage |
| ModifierUsage. | |
ScaleAlongVelocityModifier is a modifier to apply a scale factor along the current velocity vector.
Note that without applying an OrientAlongVelocity modifier first, the results for this will be 'odd.'
| virtual float nvidia::apex::ScaleAlongVelocityModifier::getScaleFactor | ( | ) | const [pure virtual] |
get the scale factor
| virtual void nvidia::apex::ScaleAlongVelocityModifier::setScaleFactor | ( | const float & | s | ) | [pure virtual] |
set the scale factor
const ModifierTypeEnum nvidia::apex::ScaleAlongVelocityModifier::ModifierType = ModifierType_ScaleAlongVelocity [static] |
ModifierType.
const uint32_t nvidia::apex::ScaleAlongVelocityModifier::ModifierUsage [static] |
ModifierUsage.