#include <Background.h>
Inherited by ConstantBackground.
Public Member Functions | |
Background () | |
virtual | ~Background () |
virtual void | preprocess () |
virtual void | getBackgroundColor (Color &result, const RenderContext &context, const Ray &ray)=0 |
Definition at line 16 of file Background.h.
|
Definition at line 7 of file Background.cc. |
|
Definition at line 11 of file Background.cc. |
|
Implemented in ConstantBackground. Referenced by Scene::render(). |
|
Reimplemented in ConstantBackground. Definition at line 15 of file Background.cc. Referenced by Scene::preprocess(). |