|
Blender V4.3
|
Public Attributes | ||
| gpu::VertBuf * | pos | |
| gpu::IndexBuf * | edges | |
| gpu::Batch * | all_verts | |
| gpu::Batch * | all_edges | |
| gpu::Batch * | overlay_verts | |
| bool | is_dirty | |
| struct { | ||
| int u_len | ||
| int v_len | ||
| int w_len | ||
| } | dims | |
| bool | show_only_outside | |
| bool | is_editmode | |
Definition at line 197 of file draw_cache_impl_lattice.cc.
| gpu::Batch* blender::draw::LatticeBatchCache::all_edges |
Definition at line 202 of file draw_cache_impl_lattice.cc.
Referenced by blender::draw::DRW_lattice_batch_cache_get_all_edges(), and blender::draw::lattice_batch_cache_clear().
| gpu::Batch* blender::draw::LatticeBatchCache::all_verts |
Definition at line 201 of file draw_cache_impl_lattice.cc.
Referenced by blender::draw::DRW_lattice_batch_cache_get_all_verts(), and blender::draw::lattice_batch_cache_clear().
| struct { ... } blender::draw::LatticeBatchCache::dims |
Referenced by blender::draw::lattice_batch_cache_init(), and blender::draw::lattice_batch_cache_valid().
| gpu::IndexBuf* blender::draw::LatticeBatchCache::edges |
Definition at line 199 of file draw_cache_impl_lattice.cc.
Referenced by blender::draw::lattice_batch_cache_clear(), and blender::draw::lattice_batch_cache_get_edges().
| bool blender::draw::LatticeBatchCache::is_dirty |
Definition at line 207 of file draw_cache_impl_lattice.cc.
Referenced by blender::draw::DRW_lattice_batch_cache_dirty_tag(), blender::draw::lattice_batch_cache_init(), and blender::draw::lattice_batch_cache_valid().
| bool blender::draw::LatticeBatchCache::is_editmode |
Definition at line 214 of file draw_cache_impl_lattice.cc.
Referenced by blender::draw::lattice_batch_cache_init(), and blender::draw::lattice_batch_cache_valid().
| gpu::Batch* blender::draw::LatticeBatchCache::overlay_verts |
| gpu::VertBuf* blender::draw::LatticeBatchCache::pos |
Definition at line 198 of file draw_cache_impl_lattice.cc.
Referenced by blender::draw::lattice_batch_cache_clear(), and blender::draw::lattice_batch_cache_get_pos().
| bool blender::draw::LatticeBatchCache::show_only_outside |
Definition at line 212 of file draw_cache_impl_lattice.cc.
Referenced by blender::draw::lattice_batch_cache_init(), and blender::draw::lattice_batch_cache_valid().
| int blender::draw::LatticeBatchCache::u_len |
Definition at line 210 of file draw_cache_impl_lattice.cc.
Referenced by blender::draw::lattice_batch_cache_init(), and blender::draw::lattice_batch_cache_valid().
| int blender::draw::LatticeBatchCache::v_len |
Definition at line 210 of file draw_cache_impl_lattice.cc.
Referenced by blender::draw::lattice_batch_cache_init(), and blender::draw::lattice_batch_cache_valid().
| int blender::draw::LatticeBatchCache::w_len |
Definition at line 210 of file draw_cache_impl_lattice.cc.
Referenced by blender::draw::lattice_batch_cache_init(), and blender::draw::lattice_batch_cache_valid().