Hi, I am having some difficulty resizing the bounding box of the actors in my WWII FPS game. The box doesn't go all the way down to their feet, but stays above their waist, like this:
[image][/image] I've tried using c_setminmax and min_z/max_z but it doesn't change anything. The bullet's are using a c_trace function to hit the target, not a move function. How can I make the box extend all the way down to the feet?


Murphey's Law:
<< if anything can go wrong, it will >>

(Murphey was an optimist).