|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| DWORD | number_of_vertices |
| struct vertex * | vertices |
| DWORD | number_of_faces |
| face * | faces |
| DWORD | fvf |
| UINT | vertex_size |
| face* mesh::faces |
Definition at line 203 of file mesh.c.
Referenced by compare_mesh(), compare_text_outline_mesh(), compute_box(), compute_cylinder(), compute_polygon(), compute_sphere(), compute_text_mesh(), compute_torus(), D3DXCreateMeshFVFTest(), D3DXCreateMeshTest(), free_mesh(), and new_mesh().
| DWORD mesh::fvf |
Definition at line 205 of file mesh.c.
Referenced by compare_mesh(), compare_text_outline_mesh(), d3dx9_mesh_GetFVF(), D3DXCreateMeshFVFTest(), D3DXCreateMeshTest(), parse_normals(), parse_texture_coords(), parse_vertex_colors(), test_box(), test_createtext(), test_cylinder(), test_polygon(), test_sphere(), and test_torus().
| DWORD mesh::number_of_faces |
Definition at line 202 of file mesh.c.
Referenced by compare_mesh(), compare_text_outline_mesh(), D3DXCreateMeshFVFTest(), D3DXCreateMeshTest(), and new_mesh().
| DWORD mesh::number_of_vertices |
Definition at line 199 of file mesh.c.
Referenced by compare_mesh(), compare_text_outline_mesh(), D3DXCreateMeshFVFTest(), D3DXCreateMeshTest(), and new_mesh().
| UINT mesh::vertex_size |
Definition at line 206 of file mesh.c.
Referenced by compare_mesh(), compare_text_outline_mesh(), and D3DXCreateMeshTest().
Definition at line 200 of file mesh.c.
Referenced by compare_mesh(), compare_text_outline_mesh(), compute_box(), compute_cylinder(), compute_polygon(), compute_sphere(), compute_text_mesh(), compute_torus(), d3drm_mesh_GetVertices(), d3drm_mesh_Release(), d3drm_mesh_SetVertices(), D3DXCreateMeshFVFTest(), D3DXCreateMeshTest(), free_mesh(), new_mesh(), test_clone_mesh(), test_valid_mesh(), and test_weld_vertices().