|
Blender V4.3
|
Lattice API for render engines. More...
#include "MEM_guardedalloc.h"#include "BLI_math_vector.h"#include "BLI_utildefines.h"#include "DNA_curve_types.h"#include "DNA_lattice_types.h"#include "DNA_meshdata_types.h"#include "DNA_userdef_types.h"#include "BKE_deform.hh"#include "BKE_lattice.hh"#include "GPU_batch.hh"#include "draw_cache_impl.hh"Go to the source code of this file.
Classes | |
| struct | blender::draw::LatticeRenderData |
| struct | blender::draw::LatticeBatchCache |
Namespaces | |
| namespace | blender |
| namespace | blender::draw |
Macros | |
| #define | SELECT 1 |
| #define | LATT_INDEX(u, v, w) ((((w) * rdata->dims.v_len + (v)) * rdata->dims.u_len) + (u)) |
Enumerations | |
| enum | { blender::draw::LR_DATATYPE_VERT = 1 << 0 , blender::draw::LR_DATATYPE_EDGE = 1 << 1 , blender::draw::LR_DATATYPE_OVERLAY = 1 << 2 } |
Lattice API for render engines.
Definition in file draw_cache_impl_lattice.cc.
Referenced by blender::draw::lattice_batch_cache_get_edges().
| #define SELECT 1 |
Definition at line 28 of file draw_cache_impl_lattice.cc.