Public Member Functions | Static Public Attributes
physx::apex::NxScaleVsDensityModifier Class Reference

#include <NxModifier.h>

Inheritance diagram for physx::apex::NxScaleVsDensityModifier:

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 NxCurvegetFunction () 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

const ModifierTypeEnum physx::apex::NxScaleVsDensityModifier::ModifierType = ModifierType_ScaleVsDensity [static]

The documentation for this class was generated from the following file:

Generated on Mon Apr 28 2014 08:01:50

Copyright © 2012-2014 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.