#include <Texture.hh>


Definition at line 77 of file Texture.hh.
Public Member Functions | |
| Plain (const Color &C) | |
| virtual Color | Get (Math::Point UV) const |
Protected Member Functions | |
| virtual std::string | Dump () const |
Protected Attributes | |
| const Color | C |
| World::TexLib::Plain::Plain | ( | const Color & | C | ) | [inline] |
Initialize plain texture
Definition at line 85 of file Texture.hh.
| std::string World::TexLib::Plain::Dump | ( | ) | const [protected, virtual] |
Debug function; dumps information about texture
Reimplemented from World::Texture.
Definition at line 41 of file Texture.cc.
References C, and World::Texture::Dump().

| virtual Color World::TexLib::Plain::Get | ( | Math::Point | UV | ) | const [inline, virtual] |
Get texture color at point (u,v)
Implements World::Texture.
Definition at line 87 of file Texture.hh.
References C.
const Color World::TexLib::Plain::C [protected] |
1.5.5