Game Development Community

Big or little DIF?

by Riccardo Berta · in Torque Game Engine · 04/28/2006 (4:59 am) · 3 replies

I have built a piece of a city ( my city ) as a DIF object, but my game is too slow;
maybe if I realize every building as a single object is better?
Too bigger DIFs objects slow down my game?

#1
04/28/2006 (5:13 am)
Yes that is correct. Build your City in Pieces and assemble in the World Editor.
Dont forget to put portals in the openings.
#2
04/28/2006 (5:30 am)
Thank you
#3
04/28/2006 (6:16 am)
As far as a city goes, I've found just the opposite: the larger the chunks the better. However, most of my city was low-poly so I didn't need be concerned with LOD. There also can be issues with bad MIPmapping, due to a Torque bug.