Enum BillboardMode
- Namespace
- OmegaEngine.Graphics.Renderables
- Assembly
- OmegaEngine.dll
public enum BillboardMode
- Extension Methods
Fields
Cylindrical = 2Apply a spherical cylindrical effect (object's X axis will always face the camera)
None = 0Don't apply a billboarding effect
Spherical = 1Apply a spherical billboarding effect (object will always face the camera)