|
Blender
V3.3
|
Public Attributes | |
| ParticleCacheKey * | key |
| int | index |
| float | time |
| ParticleCacheKey * | parent_key |
| float | parent_rotation [4] |
Definition at line 21 of file particle_child.c.
| int ParticlePathIterator::index |
Definition at line 23 of file particle_child.c.
Referenced by psys_path_iter_get().
| ParticleCacheKey* ParticlePathIterator::key |
Definition at line 22 of file particle_child.c.
Referenced by psys_path_iter_get().
| ParticleCacheKey* ParticlePathIterator::parent_key |
Definition at line 26 of file particle_child.c.
Referenced by psys_apply_child_modifiers(), and psys_path_iter_get().
| float ParticlePathIterator::parent_rotation[4] |
Definition at line 27 of file particle_child.c.
Referenced by psys_apply_child_modifiers(), and psys_path_iter_get().
| float ParticlePathIterator::time |
Definition at line 24 of file particle_child.c.
Referenced by psys_apply_child_modifiers(), and psys_path_iter_get().