Visual Computing Library
|
Public Member Functions | |
DirectionalLight (const vcl::Point3< ScalarType > &d, const vcl::Color &c=vcl::Color::White) | |
vcl::Point3< ScalarType > & | direction () |
const vcl::Point3< ScalarType > & | direction () const |
vcl::Color & | color () |
const vcl::Color & | color () const |
void | reset () |
Private Attributes | |
vcl::Point3< ScalarType > | mDir = vcl::Point3<ScalarType>(0.0f, 0.0f, 1.0f) |
vcl::Color | mColor = vcl::Color::White |