Changeset 4468 in orxonox.OLD for orxonox/trunk/src/lib/graphics/importer/primitive_model.cc
- Timestamp:
- Jun 2, 2005, 1:47:16 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/importer/primitive_model.cc
r4112 r4468 36 36 { 37 37 default: 38 case CUBE:38 case PRIM_CUBE: 39 39 this->cubeModel(); 40 40 break; 41 case SPHERE:41 case PRIM_SPHERE: 42 42 this->sphereModel(size, detail); 43 43 break; 44 case CYLINDER:44 case PRIM_CYLINDER: 45 45 this->cylinderModel(); 46 46 break; 47 case CONE:47 case PRIM_CONE: 48 48 this->coneModel(size, detail); 49 49 break; 50 case P LANE:50 case PRIM_PLANE: 51 51 this->planeModel(size, detail); 52 52 break;
Note: See TracChangeset
for help on using the changeset viewer.