#include <MilkShape.h>
Public Member Functions | |
MS_Mesh () | |
virtual | ~MS_Mesh () |
void | clear () |
bool | loadFromAsciiSegment (FILE *file) |
int | getNumVertices () |
MS_Vec * | getVertices () |
int | getNumTriangles () |
MS_Tri * | getTriangles () |
int | getNumNormals () |
MS_Normal * | getNormals () |
Public Attributes | |
int | numVertices |
MS_Vec * | vertices |
int | numTriangles |
MS_Tri * | triangles |
int | numNormals |
MS_Normal * | normals |
Definition at line 124 of file MilkShape.h.
|
Author: Petter Alstermark, petter@alstermark.com Definition at line 9 of file MS_Mesh.cpp. |
|
Definition at line 15 of file MS_Mesh.cpp. References clear(). Here is the call graph for this function: |
|
Definition at line 19 of file MS_Mesh.cpp. References normals, triangles, and vertices. Referenced by MilkShape::clear(), and ~MS_Mesh(). |
|
Definition at line 137 of file MilkShape.h. References normals. |
|
Definition at line 136 of file MilkShape.h. References numNormals. |
|
Definition at line 134 of file MilkShape.h. References numTriangles. |
|
Definition at line 132 of file MilkShape.h. References numVertices. |
|
Definition at line 135 of file MilkShape.h. References triangles. |
|
Definition at line 133 of file MilkShape.h. References vertices. |
|
Definition at line 35 of file MS_Mesh.cpp. References normals, numNormals, numTriangles, numVertices, triangles, MS_Vec::v, and vertices. |
|
Definition at line 147 of file MilkShape.h. Referenced by clear(), getNormals(), loadFromAsciiSegment(), MS_Mesh(), and MilkShape::render(). |
|
Definition at line 146 of file MilkShape.h. Referenced by getNumNormals(), and loadFromAsciiSegment(). |
|
Definition at line 143 of file MilkShape.h. Referenced by getNumTriangles(), and loadFromAsciiSegment(). |
|
Definition at line 140 of file MilkShape.h. Referenced by getNumVertices(), and loadFromAsciiSegment(). |
|
Definition at line 144 of file MilkShape.h. Referenced by clear(), getTriangles(), loadFromAsciiSegment(), MS_Mesh(), and MilkShape::render(). |
|
Definition at line 141 of file MilkShape.h. Referenced by MilkShape::attachSkin(), clear(), getVertices(), loadFromAsciiSegment(), MS_Mesh(), and MilkShape::render(). |