#include <Vertex.h>
Public Member Functions | |
| Vertex () | |
| virtual | ~Vertex () |
Public Attributes | |
| Vector | position |
| Vector | lightintense |
| int | boneIndex |
Definition at line 27 of file Vertex.h.
| Vertex::Vertex | ( | ) |
Definition at line 23 of file Vertex.cpp.
| Vertex::~Vertex | ( | ) | [virtual] |
Definition at line 27 of file Vertex.cpp.
Definition at line 33 of file Vertex.h.
Referenced by ASEModelFactory::calculateTexCoords(), ModelRendererMesh::drawVerts(), Mesh::insertVertex(), MSModelFactory::loadFile(), and Model::setupBones().
Definition at line 34 of file Vertex.h.
Referenced by ModelRendererMesh::drawVerts(), and Model::setupColor().
Definition at line 35 of file Vertex.h.
Referenced by ModelRendererMesh::drawVerts(), MSModelFactory::loadFile(), and Model::setupBones().
1.5.3