|
Blender
V2.93
|
Public Attributes | |
| ParticleCacheKey * | key |
| int | index |
| float | time |
| ParticleCacheKey * | parent_key |
| float | parent_rotation [4] |
Definition at line 37 of file particle_child.c.
| int ParticlePathIterator::index |
Definition at line 39 of file particle_child.c.
Referenced by psys_path_iter_get().
| ParticleCacheKey* ParticlePathIterator::key |
Definition at line 38 of file particle_child.c.
Referenced by psys_path_iter_get().
| ParticleCacheKey* ParticlePathIterator::parent_key |
Definition at line 42 of file particle_child.c.
Referenced by psys_apply_child_modifiers(), and psys_path_iter_get().
| float ParticlePathIterator::parent_rotation[4] |
Definition at line 43 of file particle_child.c.
Referenced by psys_apply_child_modifiers(), and psys_path_iter_get().
| float ParticlePathIterator::time |
Definition at line 40 of file particle_child.c.
Referenced by psys_apply_child_modifiers(), and psys_path_iter_get().