Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Nov 12, 2004, 1:06:13 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk/importer: added TexCoord to readIn

File:
1 edited

Legend:

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

    r2804 r2820  
    3232  Array* colors;
    3333  Array* normals;
     34  Array* vTexture;
    3435  char* objFileName;
    3536  char* mtlFileName;
     
    4546  bool readVT (char* vtString);
    4647  bool readVertexNormal (char* normalString);
     48  bool readVertexTexture (char* vTextureString);
    4749  bool readMtlLib (char* matFile);
    4850  bool readUseMtl (char* mtlString);
Note: See TracChangeset for help on using the changeset viewer.