Enum RenderObjectInfo.CullingTypes
Culling type is used with the culling system to choose which objects will be drawn.
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
public enum RenderObjectInfo.CullingTypes
Fields
| Name | Description |
|---|---|
| CameraFrustum | The object will be drawn whether the object is inside the camera frustum (Default). |
| ObjectContained | The object will be drawn whether the camera is inside the object's bounding box (PostProcessing). |