Visual Computing Library  devel
Loading...
Searching...
No Matches
vcl::DirectionalLight< Scalar > Class Template Reference

Public Types

using PointType = vcl::Point3< Scalar >
 

Public Member Functions

vcl::Colorcolor ()
 
const vcl::Colorcolor () const
 
PointTypedirection ()
 
const PointTypedirection () 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)
 

The documentation for this class was generated from the following file: