Ray Tracer Common Project
Image rendering program based on the ray tracing technique.
rt::Scene Member List

This is the complete list of members for rt::Scene, including all inherited members.

ambientLight() constrt::Scene
append(Entity *e)rt::Scene
img (defined in rt::Scene)rt::Scene
light (defined in rt::Scene)rt::Scene
lights() constrt::Scene
name() constrt::Sceneinline
objects() constrt::Scene
remove(Entity *e)rt::Scene
Scene(const std::string &name, const color &ambient_color=color::WHITE)rt::Scene
update()rt::Scene