#include <textured_phong_material.h>
Public Member Functions | |
TexturedPhongMaterial () | |
Initialize the texture to NULL, all the colors to black, and shininess to 1. | |
virtual | ~TexturedPhongMaterial () |
Destroy the meterial. | |
virtual void | accept (Visitor *visitor) |
Accept a visitor. | |
Public Attributes | |
Reference< Texture > | texture |
the texture. |
TexturedPhongMaterial::TexturedPhongMaterial | ( | ) |
Initialize the texture to NULL, all the colors to black, and shininess to 1.
virtual TexturedPhongMaterial::~TexturedPhongMaterial | ( | ) | [virtual] |
Destroy the meterial.
virtual void TexturedPhongMaterial::accept | ( | Visitor * | visitor | ) | [virtual] |
the texture.