source:
GTP/trunk/App/Demos/Illum/pathmap/Material.cpp
@
2197
Revision 2197, 305 bytes checked in by szirmay, 18 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[2197] | 1 | #include "dxstdafx.h" |
2 | #include "Material.hpp" | |
3 | ||
4 | //const Material Material::DIFFUSEWHITE(Vector::RGBWHITE, Vector::RGBBLACK, 0.0f); | |
5 | //const Material Material::SHINYBLACK(Vector::RGBBLACK, Vector::RGBWHITE, 100.0f); | |
6 | //const Material Material::STEEL(Vector(0.8f, 0.8f, 0.8f), Vector(0.5f, 0.5f, 0.8f), 10.0f); |
Note: See TracBrowser
for help on using the repository browser.