- Timestamp:
- Nov 9, 2004, 3:43:31 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/importer/importer/object.cc
r2761 r2762 3 3 Object::Object () 4 4 { 5 this->readFromObjFile (" sphere.obj");5 this->readFromObjFile ("reaphigh.obj"); 6 6 7 7 glEnableClientState (GL_VERTEX_ARRAY); … … 68 68 lastWas = 't'; 69 69 } 70 else if (!strcmp (Buffer,"s")) 71 { 72 lastWas = '0'; 73 } 74 else if (!strncmp (Buffer,"u", 1)) 75 { 76 lastWas = '0'; 77 } 78 else if (!strcmp (Buffer,"g")) 79 { 80 lastWas = '0'; 81 } 82 83 70 84 // all other cases 71 85 else
Note: See TracChangeset
for help on using the changeset viewer.