Ignore:
Timestamp:
11/03/16 00:51:07 (9 years ago)
Author:
epyon
Message:
  • physics update
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/bullet/bullet_world.hh

    r525 r527  
    2727                virtual collision_shape create_sphere( float radius );
    2828                virtual collision_shape create_capsule( float radius, float height );
     29                virtual collision_shape create_cylinder( const vec3& half_extents );
    2930                virtual collision_shape create_box( const vec3& half_extens );
    3031                virtual collision_shape create_static_plane( const vec3& norm, float cst );
Note: See TracChangeset for help on using the changeset viewer.