Changeset 7876 in orxonox.OLD for branches/gui/src/lib/graphics/importer
- Timestamp:
- May 26, 2006, 10:50:45 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/graphics/importer/material.h
r7788 r7876 51 51 void setTransparency (char* trans); 52 52 53 void getDiffuseColor(float& r, float& g, float& b) const { r = diffuse[0], g = diffuse[1], b = diffuse[2]; } 53 54 54 55 // MAPPING //
Note: See TracChangeset
for help on using the changeset viewer.