I’m building a progressive mesh that will be centered at 0,0,0. however it will 100% always be in the scene. is there a way to force the object to always draw regardless of weather the camera believes it is visible or not?
mesh.alwaysDraw = true;
or similar?
thank you very much.