Blender
V3.3
|
#include "extract_mesh.hh"
Go to the source code of this file.
Classes | |
struct | blender::draw::MeshExtract_Orco_Data |
Namespaces | |
blender | |
blender::draw | |
Functions | |
Extract Orco | |
static void | blender::draw::extract_orco_init (const MeshRenderData *mr, MeshBatchCache *UNUSED(cache), void *buf, void *tls_data) |
static void | blender::draw::extract_orco_iter_poly_bm (const MeshRenderData *UNUSED(mr), const BMFace *f, const int UNUSED(f_index), void *data) |
static void | blender::draw::extract_orco_iter_poly_mesh (const MeshRenderData *mr, const MPoly *mp, const int UNUSED(mp_index), void *data) |
constexpr MeshExtract | blender::draw::create_extractor_orco () |
Variables | |
const MeshExtract | extract_orco = blender::draw::create_extractor_orco() |
const MeshExtract extract_orco = blender::draw::create_extractor_orco() |
Definition at line 97 of file extract_mesh_vbo_orco.cc.