source:
GTP/trunk/App/Demos/Illum/PathMap/Material.cpp
@
896
Revision 896, 305 bytes checked in by szirmay, 19 years ago (diff) |
---|
Line | |
---|---|
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.