![]() |
Castor3D 0.12.0
Multiplatform 3D engine
|
#include <VertexGroup.hpp>
Public Member Functions | |
InterleavedVertex & | position (castor::Point3f const &val) |
InterleavedVertex & | normal (castor::Point3f const &val) |
InterleavedVertex & | texcoord (castor::Point2f const &val) |
InterleavedVertex & | texcoord (castor::Point3f const &val) |
Public Attributes | |
castor::Point3f | pos |
castor::Point3f | nml |
castor::Point3f | tan |
castor::Point3f | tex |
|
inline |
References nml.
|
inline |
References pos.
|
inline |
References tex.
|
inline |
References tex.
castor::Point3f castor3d::InterleavedVertex::nml |
The vertex normal.
Referenced by normal(), and castor3d::prepareChunkData().
castor::Point3f castor3d::InterleavedVertex::pos |
The vertex coordinates.
Referenced by position(), and castor3d::prepareChunkData().
castor::Point3f castor3d::InterleavedVertex::tan |
The vertex tangent.
Referenced by castor3d::prepareChunkData().
castor::Point3f castor3d::InterleavedVertex::tex |
The vertex texture coordinates.
Referenced by castor3d::prepareChunkData(), and texcoord().