Handles nice, functional-like, creation of basic textures.
Classes | |
| class | Plain |
| Plain texture class. More... | |
| class | Checked |
| Checked texture class. More... | |
Functions | |
| const Texture & | Red () |
| const Texture & | Green () |
| const Texture & | Blue () |
| const Texture & | White () |
| const Texture & | Black () |
| const Texture & | Gray () |
| const Texture & World::TexLib::Black | ( | ) |
Static plain texture
Definition at line 81 of file Texture.cc.
References World::ColLib::Black().
Referenced by World::MatLib::Black(), World::Scene::CreateLibrary(), and World::Scene::ParseMaterial().


| const Texture & World::TexLib::Blue | ( | ) |
Static plain texture
Definition at line 69 of file Texture.cc.
References World::ColLib::Blue().
Referenced by World::MatLib::Blue(), World::Scene::CreateLibrary(), and Testcases::Scene().


| const Texture & World::TexLib::Gray | ( | ) |
Static plain texture
Definition at line 87 of file Texture.cc.
References World::ColLib::Gray().
Referenced by World::Scene::CreateLibrary(), and World::MatLib::Gray().


| const Texture & World::TexLib::Green | ( | ) |
Static plain texture
Definition at line 63 of file Texture.cc.
References World::ColLib::Green().
Referenced by World::Scene::CreateLibrary(), World::MatLib::Green(), and World::Scene::ParseMaterial().


| const Texture & World::TexLib::Red | ( | ) |
Static plain texture
Definition at line 57 of file Texture.cc.
References World::ColLib::Red().
Referenced by World::Scene::CreateLibrary(), World::MatLib::Red(), and Testcases::Scene().


| const Texture & World::TexLib::White | ( | ) |
Static plain texture
Definition at line 75 of file Texture.cc.
References World::ColLib::White().
Referenced by World::Scene::CreateLibrary(), World::Scene::ParseMaterial(), and World::MatLib::White().


1.5.5