#include <xFileNormal.h>
Public Member Functions | |
XFileNormal () | |
void | set_from_egg (EggVertex *egg_vertex, EggPrimitive *egg_prim) |
Sets the structure up from the indicated egg data. | |
int | compare_to (const XFileNormal &other) const |
Public Attributes | |
Normalf | _normal |
bool | _has_normal |
It is separate from XFileVertex, because the X syntax supports a different table of normals than that of vertices.
Definition at line 44 of file xFileNormal.h.
|
Definition at line 35 of file xFileNormal.cxx. References EggPrimitive::get_normal(), EggVertex::get_normal(), EggPrimitive::has_normal(), EggVertex::has_normal(), and Normald. |
|
Definition at line 80 of file xFileNormal.cxx. |
|
Sets the structure up from the indicated egg data.
Definition at line 49 of file xFileNormal.cxx. References EggPrimitive::get_vertex_frame(). |
|
Definition at line 51 of file xFileNormal.h. |
|
Definition at line 50 of file xFileNormal.h. Referenced by XFileMesh::has_materials(). |