Visual Computing Library
All Classes Functions Variables Typedefs Enumerations Friends Modules Pages Concepts
vcl::DirectionalLight< ScalarType > Class Template Reference

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

Private Attributes

vcl::Point3< ScalarType > mDir = vcl::Point3<ScalarType>(0.0f, 0.0f, 1.0f)
 
vcl::Color mColor = vcl::Color::White
 

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