ScaleVsDensityModifier applies a scale factor function against a single axis versus the density of the particle. More...
#include <Modifier.h>
Public Member Functions | |
virtual ScaleAxis | getScaleAxis () const =0 |
get the axis along which the scale factor will be applied | |
virtual void | setScaleAxis (ScaleAxis a)=0 |
set the axis along which the scale factor will be applied | |
virtual const Curve * | getFunction () const =0 |
get the the curve that defines the dependency between the density and the scale factor | |
virtual void | setFunction (const Curve *f)=0 |
set the the curve that defines the dependency between the density and the scale factor | |
Static Public Attributes | |
static const ModifierTypeEnum | ModifierType = ModifierType_ScaleVsDensity |
ModifierType. | |
static const uint32_t | ModifierUsage |
ModifierUsage. |
ScaleVsDensityModifier applies a scale factor function against a single axis versus the density of the particle.
virtual const Curve* nvidia::apex::ScaleVsDensityModifier::getFunction | ( | ) | const [pure virtual] |
get the the curve that defines the dependency between the density and the scale factor
virtual ScaleAxis nvidia::apex::ScaleVsDensityModifier::getScaleAxis | ( | ) | const [pure virtual] |
get the axis along which the scale factor will be applied
virtual void nvidia::apex::ScaleVsDensityModifier::setFunction | ( | const Curve * | f | ) | [pure virtual] |
set the the curve that defines the dependency between the density and the scale factor
virtual void nvidia::apex::ScaleVsDensityModifier::setScaleAxis | ( | ScaleAxis | a | ) | [pure virtual] |
set the axis along which the scale factor will be applied
const ModifierTypeEnum nvidia::apex::ScaleVsDensityModifier::ModifierType = ModifierType_ScaleVsDensity [static] |
ModifierType.
const uint32_t nvidia::apex::ScaleVsDensityModifier::ModifierUsage [static] |
ModifierUsage.