Game Development Community

GroundCover Collision?

by Taylor Petrick · in Torque Game Engine Advanced · 02/02/2009 (12:35 pm) · 1 replies

Is it possible to enable collision with the shapes in the GroundCover class?

#1
02/02/2009 (2:15 pm)
There's nothing like that built into the GroundCover system. Typically the DTS elements in the GroundCover should be smaller pieces that you don't need collision with. That said, I'm sure you could do something with it to get it working.