|
Blender V4.3
|
Public Attributes | |
| ParticleHairCache | hair |
| ParticlePointCache | point |
| ParticleHairCache | edit_hair |
| gpu::VertBuf * | edit_pos |
| gpu::Batch * | edit_strands |
| gpu::VertBuf * | edit_inner_pos |
| gpu::Batch * | edit_inner_points |
| int | edit_inner_point_len |
| gpu::VertBuf * | edit_tip_pos |
| gpu::Batch * | edit_tip_points |
| int | edit_tip_point_len |
| bool | is_dirty |
| bool | edit_is_weight |
Definition at line 60 of file draw_cache_impl_particles.cc.
| ParticleHairCache blender::draw::ParticleBatchCache::edit_hair |
Definition at line 68 of file draw_cache_impl_particles.cc.
Referenced by blender::draw::DRW_particles_batch_cache_get_edit_strands(), and blender::draw::particle_batch_cache_clear().
| int blender::draw::ParticleBatchCache::edit_inner_point_len |
Definition at line 75 of file draw_cache_impl_particles.cc.
Referenced by blender::draw::ensure_edit_inner_points_count(), and blender::draw::particle_batch_cache_ensure_edit_inner_pos().
| gpu::Batch* blender::draw::ParticleBatchCache::edit_inner_points |
Definition at line 74 of file draw_cache_impl_particles.cc.
Referenced by blender::draw::DRW_particles_batch_cache_get_edit_inner_points(), and blender::draw::particle_batch_cache_clear().
| gpu::VertBuf* blender::draw::ParticleBatchCache::edit_inner_pos |
| bool blender::draw::ParticleBatchCache::edit_is_weight |
Definition at line 83 of file draw_cache_impl_particles.cc.
Referenced by blender::draw::DRW_particles_batch_cache_get_edit_strands().
| gpu::VertBuf* blender::draw::ParticleBatchCache::edit_pos |
Definition at line 70 of file draw_cache_impl_particles.cc.
| gpu::Batch* blender::draw::ParticleBatchCache::edit_strands |
Definition at line 71 of file draw_cache_impl_particles.cc.
| int blender::draw::ParticleBatchCache::edit_tip_point_len |
Definition at line 79 of file draw_cache_impl_particles.cc.
Referenced by blender::draw::ensure_edit_tip_points_count(), and blender::draw::particle_batch_cache_ensure_edit_tip_pos().
| gpu::Batch* blender::draw::ParticleBatchCache::edit_tip_points |
Definition at line 78 of file draw_cache_impl_particles.cc.
Referenced by blender::draw::DRW_particles_batch_cache_get_edit_tip_points(), and blender::draw::particle_batch_cache_clear().
| gpu::VertBuf* blender::draw::ParticleBatchCache::edit_tip_pos |
| ParticleHairCache blender::draw::ParticleBatchCache::hair |
Definition at line 64 of file draw_cache_impl_particles.cc.
Referenced by blender::draw::DRW_particles_batch_cache_get_hair(), blender::draw::particle_batch_cache_clear(), and blender::draw::particles_ensure_procedural_data().
| bool blender::draw::ParticleBatchCache::is_dirty |
Definition at line 82 of file draw_cache_impl_particles.cc.
Referenced by blender::draw::DRW_particle_batch_cache_dirty_tag(), blender::draw::particle_batch_cache_init(), and blender::draw::particle_batch_cache_valid().
| ParticlePointCache blender::draw::ParticleBatchCache::point |
Definition at line 65 of file draw_cache_impl_particles.cc.
Referenced by blender::draw::DRW_particles_batch_cache_get_dots(), and blender::draw::particle_batch_cache_clear().