Implemented Frustum Culling into the renderer. Currently only applies to the world renderer. The camera has a frustum data structure to allow it to cull objects outside the frustum.
An additional stresstest has been created for the renderer to test out frustum culling.
Additional fixes to loading files on windows that have the special \r character are also included in this pull request.
Implemented Frustum Culling into the renderer. Currently only applies to the world renderer. The camera has a frustum data structure to allow it to cull objects outside the frustum.
An additional stresstest has been created for the renderer to test out frustum culling.
Additional fixes to loading files on windows that have the special \r character are also included in this pull request.