|
Ray Tracer Common Project
Image rendering program based on the ray tracing technique.
|
Surface element to Texture map. More...
#include <texturemap.hpp>
Public Member Functions | |
| virtual | ~TextureMap () |
| Virtual destructor. | |
| virtual vector | map (const element &) const =0 |
| Map a surface element to the texture. | |
Surface element to Texture map.
A TextureMap is used to map a surface element on a Texture.
1.8.15