#include "GEO_API.h"#include "GEO_Primitive.h"#include "GEO_PrimType.h"#include "GEO_Vertex.h"#include "GEO_PartRender.h"Go to the source code of this file.
Classes | |
| class | GEO_ParticleVertex |
| class | GEO_PrimParticle |
Defines | |
| #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 |
| #define PART_STATE_COLLIDE 0x0008 |
Definition at line 39 of file GEO_PrimPart.h.
| #define PART_STATE_DONTMOVE 0x0016 |
Definition at line 43 of file GEO_PrimPart.h.
| #define PART_STATE_DYING 0x0002 |
| #define PART_STATE_PRIMARY 0x0001 |
Definition at line 36 of file GEO_PrimPart.h.
| #define PART_STATE_SLIDING 0x8000 |
Definition at line 56 of file GEO_PrimPart.h.
| #define PART_STATE_STOPPED 0x0004 |
| #define PART_STATE_STUCK 0x0010 |
Definition at line 40 of file GEO_PrimPart.h.
| #define PART_STATE_SUPPAGE 0x0800 |
Definition at line 50 of file GEO_PrimPart.h.
| #define PART_STATE_SUPPALL 0x7f00 |
Definition at line 46 of file GEO_PrimPart.h.
| #define PART_STATE_SUPPANGVEL 0x4000 |
Definition at line 53 of file GEO_PrimPart.h.
| #define PART_STATE_SUPPPOS 0x0100 |
Definition at line 47 of file GEO_PrimPart.h.
| #define PART_STATE_SUPPREAP 0x1000 |
Definition at line 51 of file GEO_PrimPart.h.
| #define PART_STATE_SUPPROT 0x2000 |
Definition at line 52 of file GEO_PrimPart.h.
| #define PART_STATE_SUPPUP 0x0400 |
Definition at line 49 of file GEO_PrimPart.h.
| #define PART_STATE_SUPPVEL 0x0200 |
Definition at line 48 of file GEO_PrimPart.h.
1.5.9