Blender V4.3
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 51 of file DNA_particle_types.h.

Member Data Documentation

◆ delete_flag

unsigned int ParticleSpring::delete_flag

Definition at line 53 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 53 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 52 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: