00001 00002 #ifndef _VRSODE_COLLISION_SHAPE_H_ 00003 #define _VRSODE_COLLISION_SHAPE_H_ 00004 00005 namespace vrsode 00006 { 00007 00008 typedef enum 00009 { 00010 CS_Box = 0, 00011 CS_Capsule, 00012 CS_Cylinder, 00013 CS_None, 00014 CS_Plane, 00015 CS_Sphere, 00016 CS_Trimesh 00017 00018 } CollisionShape; 00019 00020 } 00021 00022 #endif
1.5.1