Changeset 527 for trunk/src/bullet/bullet_world.cc
- Timestamp:
- 11/03/16 00:51:07 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bullet/bullet_world.cc
r525 r527 88 88 { 89 89 return collision_shape{ ( void* )new btCapsuleShape( radius, height ) }; 90 } 91 92 nv::collision_shape nv::bullet_world::create_cylinder( const vec3& half_extents ) 93 { 94 return collision_shape{ ( void* )new btCylinderShape( n2b( half_extents ) ) }; 90 95 } 91 96
Note: See TracChangeset
for help on using the changeset viewer.