Particle3D is a container of particle Properties. More...
Inherited by PUParticle3D.
Public Attributes | |
Vec3 | position |
position | |
Quaternion | orientation |
Orientation of the particle. | |
var | orientation |
Orientation of the particle. | |
local | orientation |
Orientation of the particle. | |
Vec4 | color |
particle color | |
Vec2 | lb_uv |
left bottom uv | |
Vec2 | rt_uv |
right top uv | |
float | width |
Own width. | |
float | height |
Own height. | |
float | depth |
Own depth. | |
std::map< std::string, void * > | userDefs |
user defined property | |
var | userDefs |
user defined property | |
local | userDefs |
user defined property | |
Particle3D is a container of particle Properties.