Enum SurfaceEffect
- Namespace
- OmegaEngine.Graphics.Renderables
- Assembly
- OmegaEngine.dll
public enum SurfaceEffect
- Extension Methods
Fields
Depth = 4Output the depth (Z-buffer) value as a grayscale color
FixedFunction = 1Use the fixed-function pipeline for lighting
Glow = 3Output the glow colors without any lighting
Plain = 0Apply no lighting or other surface effects
Shader = 2Apply SurfaceShader for lighting and other surface effects