|
| static void | blender::draw::lattice_batch_cache_clear (Lattice *lt) |
| static int | blender::draw::vert_len_calc (int u, int v, int w) |
| static int | blender::draw::edge_len_calc (int u, int v, int w) |
| static int | blender::draw::lattice_render_verts_len_get (Lattice *lt) |
| static int | blender::draw::lattice_render_edges_len_get (Lattice *lt) |
| static LatticeRenderData * | blender::draw::lattice_render_data_create (Lattice *lt, const int types) |
| static void | blender::draw::lattice_render_data_free (LatticeRenderData *rdata) |
| static int | blender::draw::lattice_render_data_verts_len_get (const LatticeRenderData *rdata) |
| static int | blender::draw::lattice_render_data_edges_len_get (const LatticeRenderData *rdata) |
| static const BPoint * | blender::draw::lattice_render_data_vert_bpoint (const LatticeRenderData *rdata, const int vert_idx) |
| static bool | blender::draw::lattice_batch_cache_valid (Lattice *lt) |
| static void | blender::draw::lattice_batch_cache_init (Lattice *lt) |
| static LatticeBatchCache * | blender::draw::lattice_batch_cache_get (Lattice *lt) |
| static gpu::VertBuf * | blender::draw::lattice_batch_cache_get_pos (LatticeRenderData *rdata, LatticeBatchCache *cache, bool use_weight, const int actdef) |
| static gpu::IndexBuf * | blender::draw::lattice_batch_cache_get_edges (LatticeRenderData *rdata, LatticeBatchCache *cache) |
| static void | blender::draw::lattice_batch_cache_create_overlay_batches (Lattice *lt) |
| void | blender::draw::DRW_lattice_batch_cache_validate (Lattice *lt) |
| void | blender::draw::DRW_lattice_batch_cache_dirty_tag (Lattice *lt, int mode) |
| void | blender::draw::DRW_lattice_batch_cache_free (Lattice *lt) |
| blender::gpu::Batch * | blender::draw::DRW_lattice_batch_cache_get_all_edges (Lattice *lt, bool use_weight, int actdef) |
| blender::gpu::Batch * | blender::draw::DRW_lattice_batch_cache_get_all_verts (Lattice *lt) |
| blender::gpu::Batch * | blender::draw::DRW_lattice_batch_cache_get_edit_verts (Lattice *lt) |
Lattice API for render engines.
Definition in file draw_cache_impl_lattice.cc.