Changeset 8595 in orxonox.OLD for branches/terrain/src/world_entities
- Timestamp:
- Jun 20, 2006, 12:20:44 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/terrain/src/world_entities/terrain_entity.cc
r8548 r8595 144 144 mat->setAmbient( 1.0f, 1.0f, 1.0f ); 145 145 mat->setDiffuseMap( _lightFile, GL_TEXTURE_2D, 0 ); 146 mat->setDiffuseMap( std::string( " pictures/lehm.png" ), GL_TEXTURE_2D, 1 );146 mat->setDiffuseMap( std::string( "maps/gras_128.jpg" ), GL_TEXTURE_2D, 1 ); 147 147 terrain->addMaterial( mat ); 148 148 }
Note: See TracChangeset
for help on using the changeset viewer.