Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2776 in orxonox.OLD for orxonox/branches/importer/importer/object.h


Ignore:
Timestamp:
Nov 10, 2004, 2:19:31 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/importer: added minimum material importer. does nothing for the time being

File:
1 edited

Legend:

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

    r2773 r2776  
    1 #ifndef OBJECT_H
    2 #define OBJECT_H
     1#ifndef _OBJECT_H
     2#define _OBJECT_H
    33
    44#include <GL/gl.h>
     
    66
    77#include "array.h"
     8#include "material.h"
    89#include <fstream.h>
    910
     
    3233  int faceMode;
    3334  bool readVertices;
     35  Material* material;
    3436
    3537  ifstream* OBJ_FILE;
     
    3941  bool readFace (char* faceString);
    4042  bool readVT (char* vtString);
    41   bool readUseMtl (char* matString);
     43  bool readMtlLib (char* matFile);
     44  bool readUseMtl (char* mtlString);
    4245
    4346  bool addGLElement (char* elementString);
Note: See TracChangeset for help on using the changeset viewer.