|
Blender
V3.3
|
#include "MEM_guardedalloc.h"#include "BLI_string.h"#include "BKE_editmesh.h"#include "BKE_editmesh_tangent.h"#include "BKE_mesh.h"#include "BKE_mesh_tangent.h"#include "extract_mesh.hh"#include "draw_subdivision.h"Go to the source code of this file.
Namespaces | |
| blender | |
| blender::draw | |
Variables | |
| const MeshExtract | extract_tan = blender::draw::create_extractor_tan() |
| const MeshExtract | extract_tan_hq = blender::draw::create_extractor_tan_hq() |
| const MeshExtract extract_tan = blender::draw::create_extractor_tan() |
Definition at line 370 of file extract_mesh_vbo_tan.cc.
Referenced by mesh_extract_override_hq_normals().
| const MeshExtract extract_tan_hq = blender::draw::create_extractor_tan_hq() |
Definition at line 371 of file extract_mesh_vbo_tan.cc.
Referenced by mesh_extract_override_hq_normals().