Blender
V3.3
|
#include <DNA_mesh_types.h>
Public Attributes | |
const float(* | vertexCos )[3] |
float const (* | vertexNos )[3] |
float const (* | polyNos )[3] |
const float(* | polyCos )[3] |
Definition at line 39 of file DNA_mesh_types.h.
const float(* EditMeshData::polyCos)[3] |
also lazy init but don't depend on vertexCos
Definition at line 47 of file DNA_mesh_types.h.
Referenced by BKE_editmesh_cache_ensure_poly_centers(), BKE_mesh_foreach_mapped_face_center(), BKE_mesh_runtime_reset_edit_data(), and mesh_render_data_create().
float const(* EditMeshData::polyNos)[3] |
Definition at line 45 of file DNA_mesh_types.h.
Referenced by BKE_editmesh_cache_ensure_poly_normals(), BKE_editmesh_cache_ensure_vert_normals(), BKE_mesh_foreach_mapped_face_center(), BKE_mesh_runtime_reset_edit_data(), DRW_text_edit_mesh_measure_stats(), and mesh_render_data_create().
const float(* EditMeshData::vertexCos)[3] |
when set, vertexNos, polyNos are lazy initialized
Definition at line 41 of file DNA_mesh_types.h.
Referenced by BKE_editmesh_cache_calc_minmax(), BKE_editmesh_cache_ensure_poly_centers(), BKE_editmesh_cache_ensure_poly_normals(), BKE_editmesh_cache_ensure_vert_normals(), BKE_editmesh_vert_coords_when_deformed(), BKE_mesh_ensure_normals_for_display(), BKE_mesh_foreach_mapped_edge(), BKE_mesh_foreach_mapped_loop(), BKE_mesh_foreach_mapped_vert(), BKE_mesh_runtime_reset_edit_data(), BKE_mesh_wrapper_from_editmesh_with_coords(), BKE_mesh_wrapper_vert_coords_copy(), BKE_mesh_wrapper_vert_coords_copy_with_mat4(), deformVertsEM(), DRW_text_edit_mesh_measure_stats(), EDBM_unified_findnearest_from_raycast(), editbmesh_calc_modifiers(), gizmo_preselect_elem_test_select(), mesh_data_from_duplicator_object(), mesh_render_data_create(), mesh_render_data_update_normals(), and modwrap_dependsOnNormals().
float const(* EditMeshData::vertexNos)[3] |
lazy initialize (when vertexCos is set)
Definition at line 44 of file DNA_mesh_types.h.
Referenced by BKE_editmesh_cache_ensure_vert_normals(), BKE_mesh_foreach_mapped_vert(), BKE_mesh_runtime_reset_edit_data(), mesh_data_from_duplicator_object(), and mesh_render_data_create().