OGRE-Next  4.0.0unstable
Object-Oriented Graphics Rendering Engine
Ogre::ParticleRotationType Namespace Reference

Enumerations

enum  ParticleRotationType { None , Vertex , Texcoord }
 

Enumeration Type Documentation

◆ ParticleRotationType

Enumerator
None 

No rotation.

Vertex 

Rotate the particle's vertices around their facing direction.

Texcoord 

Rotate the particle's texture coordinates.