Spinning Topp Logo BlackTopp Studios
inc
Public Member Functions | List of all members
Mezzanine::Graphics::Procedural::SphereUVModifier Class Reference

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.
 

Detailed Description

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.

Member Function Documentation

String Mezzanine::Graphics::Procedural::SphereUVModifier::GetName ( ) const
virtual

Gets the name of this modifier.

Returns
Returns a string containing the name of this modifier.

Implements Mezzanine::Graphics::Procedural::MeshModifier.

Definition at line 100 of file sphereuvmodifier.cpp.

void Mezzanine::Graphics::Procedural::SphereUVModifier::Modify ( TriangleBuffer Buffer)
virtual

Alters the generated pixels in a TriangleBuffer.

Parameters
BufferThe buffer to be modified.

Implements Mezzanine::Graphics::Procedural::MeshModifier.

Definition at line 89 of file sphereuvmodifier.cpp.


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