Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3151 in orxonox.OLD for orxonox/branches/dave/src/object.h


Ignore:
Timestamp:
Dec 11, 2004, 5:26:18 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/dave: src of trunk copied into branches/dave/src

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/dave/src/object.h

    r2860 r3151  
    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.
     
    4955    Array* vTexture;
    5056    int faceMode;
     57    int faceCount;
    5158
    5259    int firstVertex;
     
    7481  bool initGroup(Group* group);
    7582  bool finalizeGroup (Group* group);
     83  bool cleanupGroup(Group* group);
    7684
    7785
Note: See TracChangeset for help on using the changeset viewer.