Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_tan.cc
| Show All 24 Lines | |||||
| #include "BLI_string.h" | #include "BLI_string.h" | ||||
| #include "BKE_editmesh.h" | #include "BKE_editmesh.h" | ||||
| #include "BKE_editmesh_tangent.h" | #include "BKE_editmesh_tangent.h" | ||||
| #include "BKE_mesh.h" | #include "BKE_mesh.h" | ||||
| #include "BKE_mesh_tangent.h" | #include "BKE_mesh_tangent.h" | ||||
| #include "draw_cache_extract_mesh_private.h" | #include "extract_mesh.h" | ||||
| namespace blender::draw { | namespace blender::draw { | ||||
| /* ---------------------------------------------------------------------- */ | /* ---------------------------------------------------------------------- */ | ||||
| /** \name Extract Tangent layers | /** \name Extract Tangent layers | ||||
| * \{ */ | * \{ */ | ||||
| static void extract_tan_ex_init(const MeshRenderData *mr, | static void extract_tan_ex_init(const MeshRenderData *mr, | ||||
| ▲ Show 20 Lines • Show All 225 Lines • Show Last 20 Lines | |||||