HDK
|
#include "GEO_API.h"
#include "GEO_Primitive.h"
#include "GEO_PrimType.h"
#include "GEO_PartRender.h"
Go to the source code of this file.
Classes | |
class | GEO_PrimParticle |
Macros | |
#define | PART_STATE_PRIMARY 0x0001 |
#define | PART_STATE_DYING 0x0002 |
#define | PART_STATE_STOPPED 0x0004 |
#define | PART_STATE_COLLIDE 0x0008 |
#define | PART_STATE_STUCK 0x0010 |
#define | PART_STATE_DONTMOVE 0x0016 |
#define | PART_STATE_SUPPALL 0x7f00 |
#define | PART_STATE_SUPPPOS 0x0100 |
#define | PART_STATE_SUPPVEL 0x0200 |
#define | PART_STATE_SUPPUP 0x0400 |
#define | PART_STATE_SUPPAGE 0x0800 |
#define | PART_STATE_SUPPREAP 0x1000 |
#define | PART_STATE_SUPPROT 0x2000 |
#define | PART_STATE_SUPPANGVEL 0x4000 |
#define | PART_STATE_SLIDING 0x8000 |
Typedefs | |
typedef GA_Size | GEO_ParticleVertexIndex |
#define PART_STATE_COLLIDE 0x0008 |
Definition at line 32 of file GEO_PrimPart.h.
#define PART_STATE_DONTMOVE 0x0016 |
Definition at line 36 of file GEO_PrimPart.h.
#define PART_STATE_DYING 0x0002 |
Definition at line 30 of file GEO_PrimPart.h.
#define PART_STATE_PRIMARY 0x0001 |
Definition at line 29 of file GEO_PrimPart.h.
#define PART_STATE_SLIDING 0x8000 |
Definition at line 49 of file GEO_PrimPart.h.
#define PART_STATE_STOPPED 0x0004 |
Definition at line 31 of file GEO_PrimPart.h.
#define PART_STATE_STUCK 0x0010 |
Definition at line 33 of file GEO_PrimPart.h.
#define PART_STATE_SUPPAGE 0x0800 |
Definition at line 43 of file GEO_PrimPart.h.
#define PART_STATE_SUPPALL 0x7f00 |
Definition at line 39 of file GEO_PrimPart.h.
#define PART_STATE_SUPPANGVEL 0x4000 |
Definition at line 46 of file GEO_PrimPart.h.
#define PART_STATE_SUPPPOS 0x0100 |
Definition at line 40 of file GEO_PrimPart.h.
#define PART_STATE_SUPPREAP 0x1000 |
Definition at line 44 of file GEO_PrimPart.h.
#define PART_STATE_SUPPROT 0x2000 |
Definition at line 45 of file GEO_PrimPart.h.
#define PART_STATE_SUPPUP 0x0400 |
Definition at line 42 of file GEO_PrimPart.h.
#define PART_STATE_SUPPVEL 0x0200 |
Definition at line 41 of file GEO_PrimPart.h.
typedef GA_Size GEO_ParticleVertexIndex |
Definition at line 25 of file GEO_PrimPart.h.