#include "config_particlesystem.h"
#include "particleSystem.h"
#include "geomParticleRenderer.h"
Go to the source code of this file.
Functions | |
ConfigureDef (config_particlesystem) | |
NotifyCategoryDef (particlesystem,"") | |
ConfigureFn (config_particlesystem) | |
void | init_libparticlesystem () |
Initializes the library. |
Definition in file config_particlesystem.cxx.
|
|
|
Definition at line 29 of file config_particlesystem.cxx. |
|
Initializes the library. This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist. Definition at line 49 of file config_particlesystem.cxx. |
|
|