|
Blender V5.0
|
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 195 of file draw_cache_impl_lattice.cc.
| gpu::Batch* blender::draw::LatticeBatchCache::all_edges |
Definition at line 200 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 199 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 197 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 205 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 212 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 196 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 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::u_len |
Definition at line 208 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 208 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 208 of file draw_cache_impl_lattice.cc.
Referenced by blender::draw::lattice_batch_cache_init(), and blender::draw::lattice_batch_cache_valid().