Render Namespace Reference


Detailed Description

Classes used for rendering.

Raytracers, photon mappers and helper classes (like Ray).

Namespace constains all classes used for rendering. This includes Ray abstraction, classical raytracer, photon mapper and other helper classes.

Bug:
Specular color should be calculated otherwise. Check it.


Classes

class  Photon
 Photon Class. More...
class  Ray
 Contains ray data + basic operations. More...
class  Raytracer
 Basic raytracer. More...
class  Renderer
 Renderer interface. More...

Functions

std::ostream & operator<< (std::ostream &os, const Ray &R)


Function Documentation

std::ostream& Render::operator<< ( std::ostream &  os,
const Ray &  R 
)

Pretty-printer

Definition at line 50 of file Ray.cc.

References Render::Ray::Direction(), and Render::Ray::Start().

Here is the call graph for this function:


Generated on Wed Mar 12 00:35:44 2008 for blaRAY by  doxygen 1.5.5