- Timestamp:
- Dec 28, 2008, 7:15:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/orxonox/objects/collisionshapes/ConeCollisionShape.cc
r2514 r2535 73 73 btCollisionShape* ConeCollisionShape::createNewShape() const 74 74 { 75 return 75 return new btConeShape(this->radius_, this->height_); 76 76 } 77 77 }
Note: See TracChangeset
for help on using the changeset viewer.