Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2762 in orxonox.OLD for orxonox/branches


Ignore:
Timestamp:
Nov 9, 2004, 3:43:31 AM (20 years ago)
Author:
bensch
Message:

orxonox/branches/importer: more cases added, now almost all the models are loaded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/importer/importer/object.cc

    r2761 r2762  
    33Object::Object ()
    44{
    5   this->readFromObjFile ("sphere.obj");
     5  this->readFromObjFile ("reaphigh.obj");
    66   
    77  glEnableClientState (GL_VERTEX_ARRAY);
     
    6868              lastWas = 't';
    6969            }
     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
    7084          // all other cases
    7185          else
Note: See TracChangeset for help on using the changeset viewer.