Okay I have a very large (Model size, not scale size) model. About 2200 polys. It works perfectly fine in-game as long as the camera's target does not move too far from the origin of the model. If it does, or if the camera gets too close to the model itself, the model dissapears (Or whats more likely, it stops rendering all together)
I know I have seen this issue plenty of times before, and I was curious if it can be stopped. I already tried breaking the model into 8 small 250 poly sections, the the model still disapears.
It's all about the values in the minimum-maximum extent. They are six x,y,z coordinates (positive, and negative) that control the visibility range of the model. As long as you know how big your model is, it's easy to fix it in notepad.
Thats what I thought, however after setting the Max/Min Extends to 100000000.00, it still disapears. If need be I can post the model and you can see for yourself.
No, boundradius control the range in wich the model can be selected. But maybe your values are out of range... try to change them to the real values of the model. And add the minimum-maximum extent lines under the animations too.