#include <NxModifier.h>
List of all members.
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 NxCurve * | getFunction () const =0 |
| | get the the curve that defines the dependency between the density and the scale factor
|
| virtual void | setFunction (const NxCurve *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 |
| static const physx::PxU32 | ModifierUsage |
Detailed Description
NxScaleVsDensityModifier applies a scale factor function against a single axis versus the density of the particle.
Member Function Documentation
| virtual const NxCurve* physx::apex::NxScaleVsDensityModifier::getFunction |
( |
| ) |
const [pure virtual] |
get the the curve that defines the dependency between the density and the scale factor
| virtual ScaleAxis physx::apex::NxScaleVsDensityModifier::getScaleAxis |
( |
| ) |
const [pure virtual] |
get the axis along which the scale factor will be applied
| virtual void physx::apex::NxScaleVsDensityModifier::setFunction |
( |
const NxCurve * |
f | ) |
[pure virtual] |
set the the curve that defines the dependency between the density and the scale factor
| virtual void physx::apex::NxScaleVsDensityModifier::setScaleAxis |
( |
ScaleAxis |
a | ) |
[pure virtual] |
set the axis along which the scale factor will be applied
Member Data Documentation
The documentation for this class was generated from the following file: