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

Public Attributes

GHashcolliderhash
 
short needstobuildcollider
 
short flag
 
BodyFacebodyface
 
int totface
 
float aabbmin [3]
 
float aabbmax [3]
 
ReferenceState Ref
 

Detailed Description

Definition at line 101 of file softbody.c.

Member Data Documentation

◆ aabbmax

float SBScratch::aabbmax[3]

◆ aabbmin

float SBScratch::aabbmin[3]

◆ bodyface

BodyFace* SBScratch::bodyface

◆ colliderhash

GHash* SBScratch::colliderhash

◆ flag

short SBScratch::flag

Definition at line 104 of file softbody.c.

Referenced by _softbody_calc_forces_slice_in_a_thread(), and softbody_step().

◆ needstobuildcollider

short SBScratch::needstobuildcollider

Definition at line 103 of file softbody.c.

Referenced by softbody_reset(), and softbody_step().

◆ Ref

ReferenceState SBScratch::Ref

◆ totface

int SBScratch::totface

Definition at line 106 of file softbody.c.

Referenced by mesh_faces_to_scratch(), sb_new_scratch(), and scan_for_ext_face_forces().


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