![]() |
OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
Lightweight struct to represent a mesh vertex. More...
#include <OgreVolumeMeshBuilder.h>
Public Member Functions | |
Vertex () | |
Vertex (const Vector3 &v, const Vector3 &n) | |
Convenience constructor. | |
Public Attributes | |
Real | nX |
X component of the normal. | |
Real | nY |
Y component of the normal. | |
Real | nZ |
Z component of the normal. | |
Real | x |
X coordinate of the position. | |
Real | y |
Y coordinate of the position. | |
Real | z |
Z coordinate of the position. | |
Lightweight struct to represent a mesh vertex.
|
inline |