TexturedPhongMaterial Class Reference

Represent a Phong material with texture. More...

#include <textured_phong_material.h>

Inheritance diagram for TexturedPhongMaterial:

PhongMaterial Material Object ReferenceCounted

List of all members.

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< Texturetexture
 the texture.


Detailed Description

Represent a Phong material with texture.

Constructor & Destructor Documentation

TexturedPhongMaterial::TexturedPhongMaterial (  ) 

Initialize the texture to NULL, all the colors to black, and shininess to 1.

virtual TexturedPhongMaterial::~TexturedPhongMaterial (  )  [virtual]

Destroy the meterial.


Member Function Documentation

virtual void TexturedPhongMaterial::accept ( Visitor visitor  )  [virtual]

Accept a visitor.

Reimplemented from PhongMaterial.


Member Data Documentation

the texture.


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

Generated on Tue Sep 8 02:20:35 2009 for cglib by  doxygen 1.5.9