#include <Light.hh>


Definition at line 77 of file Light.hh.
Public Member Functions | |
| AmbientLight (const Color &C=ColLib::Gray()) | |
Protected Member Functions | |
| virtual std::string | Dump () const |
| World::AmbientLight::AmbientLight | ( | const Color & | C = ColLib::Gray() |
) | [inline] |
| std::string World::AmbientLight::Dump | ( | ) | const [protected, virtual] |
Debug function
Implements World::Light.
Definition at line 40 of file Light.cc.
References World::Light::C.
1.5.5