source: trunk/BUTE/src/PreComputingRuns/Vector.cpp @ 126

Revision 126, 142 bytes checked in by barsi, 19 years ago (diff)

Added a folder remotely

Line 
1#include "dxstdafx.h"
2#include "Vector.hpp"
3
4const Vector Vector::RGBBLACK(0.0f, 0.0f, 0.0f);
5const Vector Vector::RGBWHITE(0.9f, 0.9f, 0.9f);
Note: See TracBrowser for help on using the repository browser.