Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2934 in orxonox.OLD for orxonox/trunk/importer/object.h


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

orxonox/trunk/importer: reimplemented bool Object::readFace (char* faceString), now it is able also to import polygons.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/importer/object.h

    r2863 r2934  
    1818extern int verbose; //!< fill be removed and added again as a verbose-class
    1919
     20
     21struct FaceElement
     22{
     23  char value[20];
     24  FaceElement* next;
     25};
    2026
    2127//! Class that handles 3D-Objects. it can also read them in and display them.
Note: See TracChangeset for help on using the changeset viewer.