Using our current 3D-engine (not Babylon) we have built our own custom render-loop to make sure no frames are rendered when not needed.
Now my question is, how good is Babylon with knowing when to render or not? Like when we do scene.render() will this always force a render, or is there some magic built in?