|
Blender V5.0
|
Public Attributes | |
| ParticleSimulationData * | sim |
| float | cfra |
| float | timestep |
| float | dtime |
| SpinLock | spin |
Definition at line 3688 of file particle_system.cc.
| float DynamicStepSolverTaskData::cfra |
Definition at line 3691 of file particle_system.cc.
Referenced by dynamics_step().
| float DynamicStepSolverTaskData::dtime |
Definition at line 3693 of file particle_system.cc.
Referenced by dynamics_step().
| ParticleSimulationData* DynamicStepSolverTaskData::sim |
Definition at line 3689 of file particle_system.cc.
Referenced by dynamics_step().
| SpinLock DynamicStepSolverTaskData::spin |
Definition at line 3695 of file particle_system.cc.
Referenced by dynamics_step().
| float DynamicStepSolverTaskData::timestep |
Definition at line 3692 of file particle_system.cc.
Referenced by dynamics_step().