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

#include <BKE_paint.h>

Public Attributes

SculptClothLengthConstraintlength_constraints
 
int tot_length_constraints
 
struct EdgeSetcreated_length_constraints
 
int capacity_length_constraints
 
floatlength_constraint_tweak
 
float(* deformation_pos )[3]
 
floatdeformation_strength
 
float mass
 
float damping
 
float softbody_strength
 
float(* acceleration )[3]
 
float(* pos )[3]
 
float(* init_pos )[3]
 
float(* softbody_pos )[3]
 
float(* prev_pos )[3]
 
float(* last_iteration_pos )[3]
 
struct ListBasecollider_list
 
int totnode
 
struct GHashnode_state_index
 
eSculptClothNodeSimStatenode_state
 

Detailed Description

Definition at line 352 of file BKE_paint.h.

Member Data Documentation

◆ acceleration

float(* SculptClothSimulation::acceleration)[3]

◆ capacity_length_constraints

int SculptClothSimulation::capacity_length_constraints

◆ collider_list

struct ListBase* SculptClothSimulation::collider_list

◆ created_length_constraints

struct EdgeSet* SculptClothSimulation::created_length_constraints

◆ damping

float SculptClothSimulation::damping

◆ deformation_pos

float(* SculptClothSimulation::deformation_pos)[3]

◆ deformation_strength

float* SculptClothSimulation::deformation_strength

◆ init_pos

float(* SculptClothSimulation::init_pos)[3]

◆ last_iteration_pos

float(* SculptClothSimulation::last_iteration_pos)[3]

◆ length_constraint_tweak

float* SculptClothSimulation::length_constraint_tweak

◆ length_constraints

SculptClothLengthConstraint* SculptClothSimulation::length_constraints

◆ mass

float SculptClothSimulation::mass

◆ node_state

eSculptClothNodeSimState* SculptClothSimulation::node_state

◆ node_state_index

struct GHash* SculptClothSimulation::node_state_index

◆ pos

float(* SculptClothSimulation::pos)[3]

◆ prev_pos

float(* SculptClothSimulation::prev_pos)[3]

◆ softbody_pos

float(* SculptClothSimulation::softbody_pos)[3]

◆ softbody_strength

float SculptClothSimulation::softbody_strength

Definition at line 367 of file BKE_paint.h.

Referenced by SCULPT_cloth_brush_simulation_create().

◆ tot_length_constraints

int SculptClothSimulation::tot_length_constraints

◆ totnode

int SculptClothSimulation::totnode

Definition at line 378 of file BKE_paint.h.


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