A modifier that will generate UV coordinates as they would need to be on a sphere model. More...
#include <sphereuvmodifier.h>
Inheritance diagram for Mezzanine::Graphics::Procedural::SphereUVModifier:
Collaboration diagram for Mezzanine::Graphics::Procedural::SphereUVModifier:Public Member Functions | |
| SphereUVModifier () | |
| Blank constructor. | |
| virtual | ~SphereUVModifier () |
| Class destructor. | |
| virtual String | GetName () const |
| Gets the name of this modifier. More... | |
| virtual void | Modify (TriangleBuffer &Buffer) |
| Alters the generated pixels in a TriangleBuffer. More... | |
Public Member Functions inherited from Mezzanine::Graphics::Procedural::MeshModifier | |
| MeshModifier () | |
| Blank constructor. | |
| virtual | ~MeshModifier () |
| Class destructor. | |
A modifier that will generate UV coordinates as they would need to be on a sphere model.
Definition at line 82 of file sphereuvmodifier.h.
|
virtual |
Gets the name of this modifier.
Implements Mezzanine::Graphics::Procedural::MeshModifier.
Definition at line 100 of file sphereuvmodifier.cpp.
|
virtual |
Alters the generated pixels in a TriangleBuffer.
| Buffer | The buffer to be modified. |
Implements Mezzanine::Graphics::Procedural::MeshModifier.
Definition at line 89 of file sphereuvmodifier.cpp.
1.8.9.1. Thanks to the
Open Icon Library
for help with some of the icons.