Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

sheep::ASELoader::mesh_data Struct Reference

List of all members.

Public Member Functions

 mesh_data ()

Public Attributes

std::vector< Vector3m_vertices
std::vector< Vector2m_texcoords
std::vector< Vector3m_normals
std::vector< facem_faces
int m_material_index
 Value of the *MATERIAL_REF property, or -1 if this property has not been defined.

bool m_has_wf_color
 True if a color has been assigned to this mesh using the *WIREFRAME_COLOR keyword.

double m_wf_r
double m_wf_g
double m_wf_b

Constructor & Destructor Documentation

sheep::ASELoader::mesh_data::mesh_data  )  [inline]
 

Definition at line 156 of file aseloader.h.

References m_has_wf_color.


Member Data Documentation

std::vector<face> sheep::ASELoader::mesh_data::m_faces
 

Definition at line 144 of file aseloader.h.

Referenced by sheep::ASELoader::dispatch_mesh_data().

bool sheep::ASELoader::mesh_data::m_has_wf_color
 

True if a color has been assigned to this mesh using the *WIREFRAME_COLOR keyword.

Definition at line 150 of file aseloader.h.

Referenced by sheep::ASELoader::dispatch_mesh_data(), and mesh_data().

int sheep::ASELoader::mesh_data::m_material_index
 

Value of the *MATERIAL_REF property, or -1 if this property has not been defined.

Definition at line 147 of file aseloader.h.

Referenced by sheep::ASELoader::dispatch_mesh_data().

std::vector<Vector3> sheep::ASELoader::mesh_data::m_normals
 

Definition at line 143 of file aseloader.h.

Referenced by sheep::ASELoader::dispatch_mesh_data().

std::vector<Vector2> sheep::ASELoader::mesh_data::m_texcoords
 

Definition at line 142 of file aseloader.h.

Referenced by sheep::ASELoader::dispatch_mesh_data().

std::vector<Vector3> sheep::ASELoader::mesh_data::m_vertices
 

Definition at line 141 of file aseloader.h.

Referenced by sheep::ASELoader::dispatch_mesh_data().

double sheep::ASELoader::mesh_data::m_wf_b
 

Color to use if the *MATERIAL_REF property was not defined and the *WIREFRAME_COLOR was defined.

Definition at line 154 of file aseloader.h.

Referenced by sheep::ASELoader::dispatch_mesh_data().

double sheep::ASELoader::mesh_data::m_wf_g
 

Color to use if the *MATERIAL_REF property was not defined and the *WIREFRAME_COLOR was defined.

Definition at line 154 of file aseloader.h.

Referenced by sheep::ASELoader::dispatch_mesh_data().

double sheep::ASELoader::mesh_data::m_wf_r
 

Color to use if the *MATERIAL_REF property was not defined and the *WIREFRAME_COLOR was defined.

Definition at line 154 of file aseloader.h.

Referenced by sheep::ASELoader::dispatch_mesh_data().


The documentation for this struct was generated from the following file:
Generated on Tue May 11 01:31:55 2004 for toxic by doxygen 1.3.6