Differential D11791 Diff 40164 source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_mesh_analysis.cc
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_mesh_analysis.cc
| Show All 24 Lines | |||||
| #include "BLI_edgehash.h" | #include "BLI_edgehash.h" | ||||
| #include "BLI_jitter_2d.h" | #include "BLI_jitter_2d.h" | ||||
| #include "BKE_bvhutils.h" | #include "BKE_bvhutils.h" | ||||
| #include "BKE_editmesh_bvh.h" | #include "BKE_editmesh_bvh.h" | ||||
| #include "BKE_editmesh_cache.h" | #include "BKE_editmesh_cache.h" | ||||
| #include "draw_cache_extract_mesh_private.h" | #include "extract_mesh.h" | ||||
| namespace blender::draw { | namespace blender::draw { | ||||
| /* ---------------------------------------------------------------------- */ | /* ---------------------------------------------------------------------- */ | ||||
| /** \name Extract Edit Mesh Analysis Colors | /** \name Extract Edit Mesh Analysis Colors | ||||
| * \{ */ | * \{ */ | ||||
| static void extract_mesh_analysis_init(const MeshRenderData *mr, | static void extract_mesh_analysis_init(const MeshRenderData *mr, | ||||
| ▲ Show 20 Lines • Show All 613 Lines • Show Last 20 Lines | |||||