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

Enumerations

enum  ParticleType {
  NotParticle , Point , OrientedCommon , OrientedSelf ,
  PerpendicularCommon , PerpendicularSelf
}
 

Enumeration Type Documentation

◆ ParticleType

Enumerator
NotParticle 
Point 

Standard point billboard (default), always faces the camera completely and is always upright.

OrientedCommon 

Billboards are oriented around a shared direction vector (used as Y axis) and only rotate around this to face the camera.

OrientedSelf 

Billboards are oriented around their own direction vector (their own Y axis) and only rotate around this to face the camera.

PerpendicularCommon 

Billboards are perpendicular to a shared direction vector (used as Z axis, the facing direction) and X, Y axis are determined by a shared up-vertor.

PerpendicularSelf 

Billboards are perpendicular to their own direction vector (their own Z axis, the facing direction) and X, Y axis are determined by a shared up-vertor.