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

#include <DNA_particle_types.h>

Public Attributes

float rest_length
 
unsigned int particle_index [2]
 
unsigned int delete_flag
 

Detailed Description

Definition at line 54 of file DNA_particle_types.h.

Member Data Documentation

◆ delete_flag

unsigned int ParticleSpring::delete_flag

Definition at line 56 of file DNA_particle_types.h.

Referenced by sph_force_cb(), and sph_springs_modify().

◆ particle_index

unsigned int ParticleSpring::particle_index[2]

Definition at line 56 of file DNA_particle_types.h.

Referenced by sph_force_cb(), sph_springhash_build(), and sph_springs_modify().

◆ rest_length

float ParticleSpring::rest_length

Definition at line 55 of file DNA_particle_types.h.

Referenced by sph_force_cb(), and sph_springs_modify().


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