#include <MeshFaces.h>
Public Member Functions | |
| FaceVertex () | |
| Construct leaving all fields undefined. | |
| FaceVertex (std::size_t vertex_index) | |
| Initialise just the vertex_index, leaving other fields are undefined. | |
Public Attributes | |
| std::size_t | vertex_index |
| The index of the vertex position in the vertex positions array. | |
| btVector3 | normal |
| The vertex normal for smooth shading. | |
| float | texture_coord_u |
| The texture coordinate. | |
| float | texture_coord_v |
Definition at line 64 of file MeshFaces.h.
| Track::MeshFaces::FaceVertex::FaceVertex | ( | ) |
| Track::MeshFaces::FaceVertex::FaceVertex | ( | std::size_t | vertex_index | ) |
Initialise just the vertex_index, leaving other fields are undefined.
| vertex_index | The index in the vertex_positions vector to use. |
Definition at line 27 of file MeshFaces.cpp.
| btVector3 Track::MeshFaces::FaceVertex::normal |
Definition at line 78 of file MeshFaces.h.
| std::size_t Track::MeshFaces::FaceVertex::vertex_index |
The index of the vertex position in the vertex positions array.
Definition at line 73 of file MeshFaces.h.
Generated at Mon Sep 6 00:41:18 2010 by Doxygen version 1.4.7 for Racer version svn335.