HDK
|
Go to the source code of this file.
Classes | |
class | GEO_PartRender |
Macros | |
#define | GEO_PART_MOTIONBLUR 0x0001 |
Particles are motion blurred. More... | |
#define | GEO_PART_VIRTUAL 0x0004 |
Particles not to be rendered. More... | |
Enumerations | |
enum | GEO_PART_TYPE { GEO_PARTICLE_SPHERE, GEO_PARTICLE_CIRCLE, GEO_PARTICLE_LINE, GEO_PARTICLE_TUBE, GEO_PARTICLE_TUBEC, GEO_PARTICLE_TUBES } |
Geometry type to use when rendering particles. More... | |
#define GEO_PART_MOTIONBLUR 0x0001 |
Particles are motion blurred.
Definition at line 34 of file GEO_PartRender.h.
#define GEO_PART_VIRTUAL 0x0004 |
Particles not to be rendered.
Definition at line 35 of file GEO_PartRender.h.
enum GEO_PART_TYPE |
Geometry type to use when rendering particles.
Definition at line 24 of file GEO_PartRender.h.