source:
trunk/BUTE/src/PreComputingRuns/Vector.cpp
@
126
Revision 126, 142 bytes checked in by barsi, 19 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[126] | 1 | #include "dxstdafx.h" |
2 | #include "Vector.hpp" | |
3 | ||
4 | const Vector Vector::RGBBLACK(0.0f, 0.0f, 0.0f); | |
5 | const Vector Vector::RGBWHITE(0.9f, 0.9f, 0.9f); |
Note: See TracBrowser
for help on using the repository browser.