Changeset 9638 for code/branches/core6/src/modules/objects/collisionshapes
- Timestamp:
- Aug 11, 2013, 5:52:29 PM (11 years ago)
- Location:
- code/branches/core6/src/modules/objects/collisionshapes
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/modules/objects/collisionshapes/BoxCollisionShape.cc
r9629 r9638 42 42 namespace orxonox 43 43 { 44 CreateFactory(BoxCollisionShape);44 RegisterClass(BoxCollisionShape); 45 45 46 46 /** -
code/branches/core6/src/modules/objects/collisionshapes/ConeCollisionShape.cc
r9629 r9638 42 42 namespace orxonox 43 43 { 44 CreateFactory(ConeCollisionShape);44 RegisterClass(ConeCollisionShape); 45 45 46 46 /** -
code/branches/core6/src/modules/objects/collisionshapes/PlaneCollisionShape.cc
r9629 r9638 42 42 namespace orxonox 43 43 { 44 CreateFactory(PlaneCollisionShape);44 RegisterClass(PlaneCollisionShape); 45 45 46 46 /** -
code/branches/core6/src/modules/objects/collisionshapes/SphereCollisionShape.cc
r9629 r9638 42 42 namespace orxonox 43 43 { 44 CreateFactory(SphereCollisionShape);44 RegisterClass(SphereCollisionShape); 45 45 46 46 /**
Note: See TracChangeset
for help on using the changeset viewer.