How can I make collision box much bigger than the object ?
by MARIA SALAZAR · in Torque Game Engine · 08/06/2008 (9:30 pm) · 3 replies
I have a AI insect but I want the collision box bigger than AI's shape and I don't know this is the right way to do it or not. I try to create LOScol but it is not working in game.
--------
| | <=
| o |
| |
--------
o : my fly
<= : my bullet
dash is the LOScol shape
My LOScol mesh is just a box and It shows the showtool but when I put the AI with LOS in game my bullet goes thru the LOScol.
Thank you
--------
| | <=
| o |
| |
--------
o : my fly
<= : my bullet
dash is the LOScol shape
My LOScol mesh is just a box and It shows the showtool but when I put the AI with LOS in game my bullet goes thru the LOScol.
Thank you
Torque Owner Brajendu Behera
boundingBox and put the XYZ values there.
you can also change the pickupRadius for the player.
Hope this help :)