RotationModifier applies rotation to the particles using one of several rotation models. More...
#include <Modifier.h>
Public Member Functions | |
virtual ApexMeshParticleRollType::Enum | getRollType () const =0 |
get the roll model | |
virtual void | setRollType (ApexMeshParticleRollType::Enum rollType)=0 |
set the roll model | |
virtual float | getMaxSettleRate () const =0 |
get the maximum allowed settle rate per second | |
virtual void | setMaxSettleRate (float settleRate)=0 |
set the maximum allowed settle rate per second | |
virtual float | getMaxRotationRate () const =0 |
get the maximum allowed rotation rate per second | |
virtual void | setMaxRotationRate (float rotationRate)=0 |
set the maximum allowed rotation rate per second | |
Static Public Attributes | |
static const ModifierTypeEnum | ModifierType = ModifierType_Rotation |
ModifierType. | |
static const uint32_t | ModifierUsage |
ModifierUsage. |
RotationModifier applies rotation to the particles using one of several rotation models.
virtual float nvidia::apex::RotationModifier::getMaxRotationRate | ( | ) | const [pure virtual] |
get the maximum allowed rotation rate per second
virtual float nvidia::apex::RotationModifier::getMaxSettleRate | ( | ) | const [pure virtual] |
get the maximum allowed settle rate per second
virtual ApexMeshParticleRollType::Enum nvidia::apex::RotationModifier::getRollType | ( | ) | const [pure virtual] |
get the roll model
virtual void nvidia::apex::RotationModifier::setMaxRotationRate | ( | float | rotationRate | ) | [pure virtual] |
set the maximum allowed rotation rate per second
virtual void nvidia::apex::RotationModifier::setMaxSettleRate | ( | float | settleRate | ) | [pure virtual] |
set the maximum allowed settle rate per second
virtual void nvidia::apex::RotationModifier::setRollType | ( | ApexMeshParticleRollType::Enum | rollType | ) | [pure virtual] |
set the roll model
const ModifierTypeEnum nvidia::apex::RotationModifier::ModifierType = ModifierType_Rotation [static] |
ModifierType.
const uint32_t nvidia::apex::RotationModifier::ModifierUsage [static] |
ModifierUsage.