![]() |
VR-Forces 4.8 Class Documentation
|
class that wraps the particle manager in vrvFx in a vrv friendly layer More...

Public Member Functions | |
| virtual bool | hasDescription (const std::string &name)=0 |
| check if description exists More... | |
| virtual diguyParticleManager * | getDiguyParticleManager ()=0 |
| gets diguyParticleManager* need by diguy sdk for controlling particles More... | |
| virtual DtFxParticleSystem * | createSystem (const std::string &name)=0 |
| creates a particle system More... | |
| virtual osg::Node * | getOrCreateSensorNode (int diguyMat)=0 |
| sensor node access More... | |
| virtual DtFxCollisionVolumeInterface * | addCollisionVolume ()=0 |
| adds a global collision volume More... | |
| virtual void | destroyCollisionVolume (DtFxCollisionVolumeInterface *volume)=0 |
| destroys a global collision volume More... | |
| virtual DtFxForceInterface * | addGlobalForce ()=0 |
| adds a global force More... | |
| virtual void | destroyGlobalForce (DtFxForceInterface *force)=0 |
| destroys a global force More... | |
| virtual void | addImguiStats ()=0 |
| adds the internal stat data More... | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. More... | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. More... | |
Static Public Member Functions | |
| static DtParticleSystemManagerInterface & | instance (DtDe &de) |
| gets interface More... | |
class that wraps the particle manager in vrvFx in a vrv friendly layer
|
pure virtual |
check if description exists
Implemented in makVrv::DtFxParticleSystemManager.
|
pure virtual |
gets diguyParticleManager* need by diguy sdk for controlling particles
Implemented in makVrv::DtFxParticleSystemManager.
|
pure virtual |
creates a particle system
Implemented in makVrv::DtFxParticleSystemManager.
|
pure virtual |
sensor node access
Implemented in makVrv::DtFxParticleSystemManager.
|
static |
gets interface
|
pure virtual |
adds a global collision volume
Implemented in makVrv::DtFxParticleSystemManager.
|
pure virtual |
destroys a global collision volume
Implemented in makVrv::DtFxParticleSystemManager.
|
pure virtual |
adds a global force
Implemented in makVrv::DtFxParticleSystemManager.
|
pure virtual |
destroys a global force
Implemented in makVrv::DtFxParticleSystemManager.
|
pure virtual |
adds the internal stat data
Implemented in makVrv::DtFxParticleSystemManager.