-
Notifications
You must be signed in to change notification settings - Fork 1
Frustum Culling #75
Copy link
Copy link
Open
Labels
RenderRelated to the rendering engineRelated to the rendering engineSceneRelated to the Scene graph moduleRelated to the Scene graph modulefeatureNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
RenderRelated to the rendering engineRelated to the rendering engineSceneRelated to the Scene graph moduleRelated to the Scene graph modulefeatureNew feature or requestNew feature or request
Make a filter on the rendering stage that prevents nodes that are outside of the view frustum from being rendered.
The scene should not call the rendering method if the object is not in the view frustum.