Game Development Community

I can see the level load/populate...

by Nicolai Dutka · in Torque Game Engine Advanced · 07/26/2008 (12:49 pm) · 2 replies

When I first load up my level, I can actually see the crates and barrels all loading into the level. The level is very small and only has about 50 boxes or so....

This is REALLY ugly... I don't want people seeing the boxes get created when they load the level. What should I do?

#1
07/26/2008 (1:57 pm)
I changed all the Rigid Body objects to static shapes and now everything is running 100x better.
#2
07/26/2008 (2:05 pm)
Yeah, rigids will visibly populate after loading the mission. Its kinda interesting to watch the first time, but from a gaming point of view its a little wierd.