Page 1 of 1

Static meshes and collision

Posted: Tue May 29, 2007 10:12 pm
by Soulshifter
I added a static mesh to my scene but i dont know how to makr my player colide with it,my player just passes trough it.In the static mesh options i dont see any option for collision so please help

Posted: Wed May 30, 2007 3:34 am
by darksmaster923
ColCheckLevel


Level of detail of collision test

0 - no collision test
1 - StaticMesh AABB - colliding actor AABB
2 - StaticMesh AABB - colliding actor AABB + StaticMesh face - colliding actor OBB
3 - StaticMesh face - colliding actor OBB (skipping bounding box test)
4 - StaticMesh face - ray starting from the position of the colliding actor

1 is most basic, a simple bounding box.
2 is the most advanced, i "thinks" its a ray coll or per poly. me dont know.

Posted: Wed May 30, 2007 9:56 am
by Soulshifter
Thanks for the quick tutorial. I tought ColCheck Level had something to do with the color lol