I need a mesh that constantly scales and rotates according to some global constants, and I tought offloading the computation to a shader would be a great idea. Problem is that when the mesh bounding box gets out of screen the mesh stops being rendered, no matter if its transformed vertices are still on screen. In my case this is a pretty big problem since vertex displacement can get very big in the shader. How do I fix it?