I'm at a point where I notice a bottleneck with certain views in 3d, and it seems obvious that its due to the number of objects being rendered. In regular 3d they handle this by not rendering objects at a certain distance, IE culling.
Would it be possible to add this?
In particular it would be nice to have the ability to set our own distance for object culling.