Changeset 8697 in orxonox.OLD for branches/terrain/src/lib/graphics/importer
- Timestamp:
- Jun 21, 2006, 11:45:20 PM (18 years ago)
- Location:
- branches/terrain
- Files:
-
- 2 edited
- 13 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/terrain/src/lib/graphics/importer/Makefile.am
r8490 r8697 37 37 md3/md3_mesh.cc \ 38 38 md3/md3_data.cc \ 39 md3/md3_tag.cc 40 41 39 md3/md3_tag.cc \ 40 \ 41 terrain/terrain.cc \ 42 terrain/terrain_quad.cc \ 43 terrain/terrain_page.cc \ 44 terrain/frustum.cc \ 45 terrain/buffer_broker.cc 42 46 43 47 … … 79 83 md3/md3_mesh.h \ 80 84 md3/md3_data.h \ 81 md3/md3_tag.h 85 md3/md3_tag.h \ 86 \ 87 terrain/terrain.h \ 88 terrain/terrain_page.h \ 89 terrain/terrain_quad.h \ 90 terrain/frustum.h \ 91 terrain/types.h \ 92 terrain/buffer_broker.h 82 93 -
branches/terrain/src/lib/graphics/importer/material.h
r8619 r8697 60 60 void setSpecularMap(const std::string& sMap, GLenum target = GL_TEXTURE_2D); 61 61 void setBump(const std::string& bump); 62 63 62 GLuint diffuseTextureID(unsigned int i = 0) const { return (this->textures.size() > i)? this->textures[i].getTexture() : 0; }; 64 63
Note: See TracChangeset
for help on using the changeset viewer.