Cant place more objects on my terrain.
by Radoslaw Marcin Kurczewski · in Torque Game Engine · 11/20/2002 (3:55 am) · 3 replies
Cant place more objects on my terrain. When i try to place a model, the bounding box is empty. I have high frame rate and not to many polys is screen. The visible distance and design of the terrain is adjusted properly. (Thats why i have high frame rate).
Is there any type of "total amount of object or poly" restriction?
If there are, is it possible to bypass that part of the code, and how?
Please, i need help asap.
Is there any type of "total amount of object or poly" restriction?
If there are, is it possible to bypass that part of the code, and how?
Please, i need help asap.
#2
11/20/2002 (10:47 pm)
There is a hard-coded limit of 1024 'ghostable' objects. It can be changed, but that's a non-trivial exercise.
#3
There it is....
I will check this out. Thanks alot
BTW. Yeah all my models are working perfect. But if i place one more, i only see the bounding box. If i save this mis file anyway. When i try to load this mission it crashes when trying to recompile lighting before startup....And it's not a hardware issue or something like that either. Our coder is running debug, but it seams to be hard to track down whats happening, when placing one to many objects. Therefor it's hard to find the code that needs to be changed.....Once again thanks..
11/23/2002 (9:07 pm)
//1024 'ghostable' objects//There it is....
I will check this out. Thanks alot
BTW. Yeah all my models are working perfect. But if i place one more, i only see the bounding box. If i save this mis file anyway. When i try to load this mission it crashes when trying to recompile lighting before startup....And it's not a hardware issue or something like that either. Our coder is running debug, but it seams to be hard to track down whats happening, when placing one to many objects. Therefor it's hard to find the code that needs to be changed.....Once again thanks..
Associate Kyle Carter
You must have a problem somewhere else. Are the models working in the show tool?