#include <constanttexture.h>
Inheritance diagram for toxic::ConstantTexture:

Public Member Functions | |
| ConstantTexture (const Color3 &color) | |
| virtual ConstantTexture * | Clone () const |
| virtual Color3 | Evaluate (const Hit &hit) const |
Private Attributes | |
| Color3 | m_color |
|
|
Definition at line 27 of file constanttexture.cpp. Referenced by Clone(). |
|
|
Implements sheep::IClonable< ITexture >. Definition at line 32 of file constanttexture.cpp. References ConstantTexture(), and m_color. |
|
|
Implements toxic::ITexture. Definition at line 69 of file constanttexture.h. |
|
|
Definition at line 43 of file constanttexture.h. Referenced by Clone(). |
1.3.6