- Home /
My objects are rendered even though I can't see them on screen
Pretty much what the title states. Even though my objects are outside of my view they're still rendered and they eat up lots of FPS. Why is that happening?
Comment
How can you tell they are being rendered? Share that info.
Depending on how many there are, that doesn't mean they are being rendered. Even if an object is not being rendered, the object still has to perform computations such as visibility testing etc, that depend on the renderer. Its not as if the renderer suddenly becomes inactive when its outside the view.
No harm in trying and then letting us know if it works.