Table of Contents

Enum BillboardMode

Namespace
OmegaEngine.Graphics.Renderables
Assembly
OmegaEngine.dll
public enum BillboardMode
Extension Methods

Fields

Cylindrical = 2

Apply a spherical cylindrical effect (object's X axis will always face the camera)

None = 0

Don't apply a billboarding effect

Spherical = 1

Apply a spherical billboarding effect (object will always face the camera)

See Also