TEDERIs
I’m working on forest rendering system. And faced with the need to show on the screen chunks with lots of objects inside. But standard octree check the visibility of each individual object which significantly reduces the speed. Is it possible to disable the octree and manually determine which objects to draw and which are not?