Changeset 527 for trunk/nv/bullet/bullet_world.hh
- Timestamp:
- 11/03/16 00:51:07 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv/bullet/bullet_world.hh
r525 r527 27 27 virtual collision_shape create_sphere( float radius ); 28 28 virtual collision_shape create_capsule( float radius, float height ); 29 virtual collision_shape create_cylinder( const vec3& half_extents ); 29 30 virtual collision_shape create_box( const vec3& half_extens ); 30 31 virtual collision_shape create_static_plane( const vec3& norm, float cst );
Note: See TracChangeset
for help on using the changeset viewer.