Open fwflunky opened 2 years ago
Render starts to lag when I draw a lot of objects. In Unity, you can choose to render only objects visible by the camera. Is there the same option in g3n?
you mean this ? https://en.wikipedia.org/wiki/Viewing_frustum
G3N has view-frustum culling enabled by default. You might want to tune the near and far planes to achieve the desired performance.
Render starts to lag when I draw a lot of objects. In Unity, you can choose to render only objects visible by the camera. Is there the same option in g3n?