Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3093 in orxonox.OLD for orxonox/branches/images/importer/material.h


Ignore:
Timestamp:
Dec 5, 2004, 12:47:33 AM (20 years ago)
Author:
bensch
Message:

orxonox/branches/images: moved things to where they belong

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/images/importer/material.h

    r3091 r3093  
    3131  Material* search (char* mtlName);
    3232  bool select (void);
    33 
    34   GLuint diffuseTexture;
    35   GLuint ambientTexture;
    36   GLuint specularTexture;
    37  
    38   bool diffuseTextureSet;
    39   bool ambientTextureSet;
    40   bool specularTextureSet;
    4133
    4234  void setName (char* mtlName);
     
    8274  float shininess;
    8375  float transparency;
     76
     77  GLuint diffuseTexture;
     78  GLuint ambientTexture;
     79  GLuint specularTexture;
     80 
     81  bool diffuseTextureSet;
     82  bool ambientTextureSet;
     83  bool specularTextureSet;
     84
    8485  Material* nextMat; //!< pointer to the Next Material of the List. NULL if no next exists.
    8586
Note: See TracChangeset for help on using the changeset viewer.