Class CullingResult
Culling system results.
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
public class CullingResult
Fields
VisibleLights
The lights that are visible after the culling test.
Declaration
public List<Light> VisibleLights
Field Value
Type | Description |
---|---|
List<Light> |
VisibleMeshes
The drawables that are visible after the culling test.
Declaration
public RenderObjectSource VisibleMeshes
Field Value
Type | Description |
---|---|
RenderObjectSource |
Methods
Reset()
Resets the culling result state.
Declaration
public void Reset()