- Timestamp:
- Mar 21, 2005, 2:52:35 PM (20 years ago)
- Location:
- orxonox/trunk/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/primitive.cc
r3615 r3616 55 55 free(this->object); 56 56 } 57 57 58 58 59 59 /** -
orxonox/trunk/src/world_entities/primitive.h
r3615 r3616 37 37 char* textureName; 38 38 float size; 39 float segments;39 int segments; 40 40 41 41 void glDrawCube();
Note: See TracChangeset
for help on using the changeset viewer.