Game Development Community

Solid objects?

by Rodney (OldRod) Burns · in Torque Game Engine · 11/25/2001 (9:38 am) · 2 replies

I added some bushes, rocks and trees to my landscape and noticed that the player can run through them. Is there any way to make them solid to prevent this?

#1
11/25/2001 (10:44 am)
You should add a collision box into the models.
I assume that you are making these trees in 3dmax or Milkshape.
If so read my mini tutorial on adding collision boxes to models.

www.garagegames.com/index.php?sec=mg&mod=forums&page=result.thread&qt=1824

Let me know if it works, if it don't I could have a look at the model but it should work.

// Clocks out

www.flashthunder.com
#2
11/25/2001 (11:45 am)
I'll give that a try - I was using some trees and rocks from the test app. That explains it =)

Thanks