Public Member Functions | |
| mesh_data () | |
Public Attributes | |
| std::vector< Vector3 > | m_vertices |
| std::vector< Vector2 > | m_texcoords |
| std::vector< Vector3 > | m_normals |
| std::vector< face > | m_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 |
|
|
Definition at line 156 of file aseloader.h. References m_has_wf_color. |
|
|
Definition at line 144 of file aseloader.h. Referenced by sheep::ASELoader::dispatch_mesh_data(). |
|
|
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(). |
|
|
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(). |
|
|
Definition at line 143 of file aseloader.h. Referenced by sheep::ASELoader::dispatch_mesh_data(). |
|
|
Definition at line 142 of file aseloader.h. Referenced by sheep::ASELoader::dispatch_mesh_data(). |
|
|
Definition at line 141 of file aseloader.h. Referenced by sheep::ASELoader::dispatch_mesh_data(). |
|
|
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(). |
|
|
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(). |
|
|
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(). |
1.3.6