This class is used to check and modify the properties of a graphics mesh.
More...
#include <mesh.h>
List of all members.
Detailed Description
This class is used to check and modify the properties of a graphics mesh.
Definition at line 59 of file mesh.h.
Constructor & Destructor Documentation
| Mezzanine::Mesh::Mesh |
( |
Ogre::MeshPtr |
InternalMesh | ) |
|
Internal Constructor.
- Parameters:
-
| InternalMesh | The internal mesh this mesh class is based on. |
Definition at line 67 of file mesh.cpp.
Member Function Documentation
Gets the resource group this mesh belongs to.
- Returns:
- Returns a const string reference containing the group this mesh belongs to.
Definition at line 83 of file mesh.cpp.
Gets the Name of this mesh.
- Note:
- If this mesh originated from a file, usually the name of the mesh will be the file name.
- Returns:
- Returns a const string reference containing the name of this mesh.
Definition at line 78 of file mesh.cpp.
| Ogre::MeshPtr Mezzanine::Mesh::GetOgreMesh |
( |
| ) |
|
Gets the internal Ogre Mesh pointer.
- Returns:
- Returns an Ogre shared pointer pointing to the internal Ogre Mesh.
Definition at line 88 of file mesh.cpp.
The documentation for this class was generated from the following files: