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