Blender  V3.3
Public Attributes | List of all members
DynamicStepSolverTaskData Struct Reference

Public Attributes

ParticleSimulationDatasim
 
float cfra
 
float timestep
 
float dtime
 
SpinLock spin
 

Detailed Description

Definition at line 3680 of file particle_system.c.

Member Data Documentation

◆ cfra

float DynamicStepSolverTaskData::cfra

Definition at line 3683 of file particle_system.c.

◆ dtime

float DynamicStepSolverTaskData::dtime

Definition at line 3685 of file particle_system.c.

◆ sim

ParticleSimulationData* DynamicStepSolverTaskData::sim

Definition at line 3681 of file particle_system.c.

Referenced by dynamics_step().

◆ spin

SpinLock DynamicStepSolverTaskData::spin

Definition at line 3687 of file particle_system.c.

Referenced by dynamics_step().

◆ timestep

float DynamicStepSolverTaskData::timestep

Definition at line 3684 of file particle_system.c.


The documentation for this struct was generated from the following file: