#include <CCParticleSystem3D.h>
Public Member Functions | |
Particle3D () | |
virtual | ~Particle3D () |
Public Attributes | |
Vec3 | position |
Quaternion | orientation |
Vec4 | color |
Vec2 | lb_uv |
Vec2 | rt_uv |
float | width |
float | height |
float | depth |
std::map< std::string, void * > | userDefs |
Particle3D | ( | ) |
|
virtual |
Vec4 color |
float depth |
float height |
Vec2 lb_uv |
Quaternion orientation |
Vec3 position |
Vec2 rt_uv |
std::map<std::string, void*> userDefs |
float width |