Blender V4.3
BodyPoint Struct Reference

#include <BKE_softbody.h>

Public Attributes

float origS [3]
 
float origE [3]
 
float origT [3]
 
float pos [3]
 
float vec [3]
 
float force [3]
 
float goal
 
float prevpos [3]
 
float prevvec [3]
 
float prevdx [3]
 
float prevdv [3]
 
float impdv [3]
 
float impdx [3]
 
int nofsprings
 
intsprings
 
float choke
 
float choke2
 
float frozen
 
float colball
 
short loc_flag
 
float mass
 
float springweight
 

Detailed Description

Definition at line 19 of file BKE_softbody.h.

Member Data Documentation

◆ choke

float BodyPoint::choke

◆ choke2

◆ colball

float BodyPoint::colball

◆ force

◆ frozen

float BodyPoint::frozen

Definition at line 26 of file BKE_softbody.h.

Referenced by renew_softbody(), and softbody_apply_forces().

◆ goal

float BodyPoint::goal

Definition at line 21 of file BKE_softbody.h.

Referenced by _final_goal(), lattice_to_softbody(), mesh_to_softbody(), and renew_softbody().

◆ impdv

float BodyPoint::impdv[3]

Definition at line 23 of file BKE_softbody.h.

◆ impdx

float BodyPoint::impdx[3]

Definition at line 23 of file BKE_softbody.h.

◆ loc_flag

short BodyPoint::loc_flag

◆ mass

float BodyPoint::mass

Definition at line 30 of file BKE_softbody.h.

Referenced by _final_mass(), lattice_to_softbody(), mesh_to_softbody(), and renew_softbody().

◆ nofsprings

◆ origE

◆ origS

◆ origT

◆ pos

◆ prevdv

float BodyPoint::prevdv[3]

Definition at line 22 of file BKE_softbody.h.

Referenced by softbody_apply_forces(), and softbody_reset().

◆ prevdx

float BodyPoint::prevdx[3]

Definition at line 22 of file BKE_softbody.h.

Referenced by softbody_apply_forces(), and softbody_reset().

◆ prevpos

float BodyPoint::prevpos[3]

◆ prevvec

float BodyPoint::prevvec[3]

◆ springs

◆ springweight

float BodyPoint::springweight

◆ vec


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