Changeset 525 for trunk/src/bullet
- Timestamp:
- 10/28/16 22:33:56 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bullet/bullet_world.cc
r520 r525 121 121 } 122 122 123 nv::collision_shape nv::bullet_world::create_mesh( array_view< vec3 > vtx, array_view< int> idx )123 nv::collision_shape nv::bullet_world::create_mesh( array_view< vec3 > vtx, array_view< uint32 > idx ) 124 124 { 125 125 btTriangleMesh* mesh = new btTriangleMesh; … … 274 274 { 275 275 if ( !sh.internal ) return; 276 if ( sh.mesh ) ;276 if ( sh.mesh ) 277 277 { 278 278 btStridingMeshInterface* smi = static_cast<btStridingMeshInterface*>( sh.mesh );
Note: See TracChangeset
for help on using the changeset viewer.