Ray Tracer Common Project
Image rendering program based on the ray tracing technique.
Public Member Functions | List of all members
rt::TextureMap Class Referenceabstract

Surface element to Texture map. More...

#include <texturemap.hpp>

Inheritance diagram for rt::TextureMap:
rt::GeneratedMap

Public Member Functions

virtual ~TextureMap ()
 Virtual destructor.
 
virtual vector map (const element &) const =0
 Map a surface element to the texture.
 

Detailed Description

Surface element to Texture map.

A TextureMap is used to map a surface element on a Texture.


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