Blender
V3.3
|
#include "extract_mesh.hh"
Go to the source code of this file.
Namespaces | |
blender | |
blender::draw | |
Functions | |
Extract Face-dots High Quality Normal and edit flag | |
static void | blender::draw::extract_fdots_nor_hq_init (const MeshRenderData *mr, MeshBatchCache *UNUSED(cache), void *buf, void *UNUSED(tls_data)) |
static void | blender::draw::extract_fdots_nor_hq_finish (const MeshRenderData *mr, MeshBatchCache *UNUSED(cache), void *buf, void *UNUSED(data)) |
constexpr MeshExtract | blender::draw::create_extractor_fdots_nor_hq () |
Variables | |
const MeshExtract | extract_fdots_nor = blender::draw::create_extractor_fdots_nor() |
const MeshExtract | extract_fdots_nor_hq = blender::draw::create_extractor_fdots_nor_hq() |
Extract Face-dots Normal and edit flag | |
#define | NOR_AND_FLAG_DEFAULT 0 |
#define | NOR_AND_FLAG_SELECT 1 |
#define | NOR_AND_FLAG_ACTIVE -1 |
#define | NOR_AND_FLAG_HIDDEN -2 |
static void | blender::draw::extract_fdots_nor_init (const MeshRenderData *mr, MeshBatchCache *UNUSED(cache), void *buf, void *UNUSED(tls_data)) |
static void | blender::draw::extract_fdots_nor_finish (const MeshRenderData *mr, MeshBatchCache *UNUSED(cache), void *buf, void *UNUSED(data)) |
constexpr MeshExtract | blender::draw::create_extractor_fdots_nor () |
#define NOR_AND_FLAG_ACTIVE -1 |
Definition at line 18 of file extract_mesh_vbo_fdots_nor.cc.
#define NOR_AND_FLAG_DEFAULT 0 |
Definition at line 16 of file extract_mesh_vbo_fdots_nor.cc.
#define NOR_AND_FLAG_HIDDEN -2 |
Definition at line 19 of file extract_mesh_vbo_fdots_nor.cc.
#define NOR_AND_FLAG_SELECT 1 |
Definition at line 17 of file extract_mesh_vbo_fdots_nor.cc.
const MeshExtract extract_fdots_nor = blender::draw::create_extractor_fdots_nor() |
Definition at line 183 of file extract_mesh_vbo_fdots_nor.cc.
Referenced by mesh_extract_override_hq_normals().
const MeshExtract extract_fdots_nor_hq = blender::draw::create_extractor_fdots_nor_hq() |
Definition at line 184 of file extract_mesh_vbo_fdots_nor.cc.
Referenced by mesh_extract_override_hq_normals().