Changeset 6771 in orxonox.OLD for trunk/src/lib/graphics/importer
- Timestamp:
- Jan 26, 2006, 2:39:31 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/importer/vertex_array_model.cc
r6769 r6771 268 268 this->addNormal(0.0, 1, 0.0); 269 269 this->addTexCoor((float)i/(float)resolutionX, (float)j/(float)resolutionY); 270 this->addColor( (float)i/20.0, 0.0, (float)j/20.0);270 this->addColor(1.0, 1.0, 1.0); 271 271 } 272 272 }
Note: See TracChangeset
for help on using the changeset viewer.