HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GEO_PartRender.h File Reference
#include "GEO_API.h"
#include <SYS/SYS_Math.h>
#include <iosfwd>
+ Include dependency graph for GEO_PartRender.h:
+ This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

#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.

Enumeration Type Documentation

Geometry type to use when rendering particles.

Enumerator
GEO_PARTICLE_SPHERE 

Render as spheres.

GEO_PARTICLE_CIRCLE 

Render as oriented circles.

GEO_PARTICLE_LINE 

Render as lines.

GEO_PARTICLE_TUBE 

Render as open tubes.

GEO_PARTICLE_TUBEC 

Render as capped tubes.

GEO_PARTICLE_TUBES 

Render as rounded tubes.

Definition at line 24 of file GEO_PartRender.h.