Blender  V3.3
Namespaces | Variables
extract_mesh_vbo_fdots_nor.cc File Reference
#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 ()
 

Macro Definition Documentation

◆ NOR_AND_FLAG_ACTIVE

#define NOR_AND_FLAG_ACTIVE   -1

Definition at line 18 of file extract_mesh_vbo_fdots_nor.cc.

◆ NOR_AND_FLAG_DEFAULT

#define NOR_AND_FLAG_DEFAULT   0

Definition at line 16 of file extract_mesh_vbo_fdots_nor.cc.

◆ NOR_AND_FLAG_HIDDEN

#define NOR_AND_FLAG_HIDDEN   -2

Definition at line 19 of file extract_mesh_vbo_fdots_nor.cc.

◆ NOR_AND_FLAG_SELECT

#define NOR_AND_FLAG_SELECT   1

Definition at line 17 of file extract_mesh_vbo_fdots_nor.cc.

Variable Documentation

◆ extract_fdots_nor

Definition at line 183 of file extract_mesh_vbo_fdots_nor.cc.

Referenced by mesh_extract_override_hq_normals().

◆ extract_fdots_nor_hq

Definition at line 184 of file extract_mesh_vbo_fdots_nor.cc.

Referenced by mesh_extract_override_hq_normals().