Blender V2.61 - r43446
Public Attributes

BodyPoint Struct Reference

#include <BKE_softbody.h>

List of all members.

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
int * springs
float choke
float choke2
float frozen
float colball
short loc_flag
float mass
float springweight

Detailed Description

Definition at line 38 of file BKE_softbody.h.


Member Data Documentation

float BodyPoint::force[3]

Definition at line 44 of file BKE_softbody.h.

Referenced by renew_softbody().

float BodyPoint::impdv[3]

Definition at line 42 of file BKE_softbody.h.

Referenced by softbody_calc_forces().

float BodyPoint::impdx[3]

Definition at line 42 of file BKE_softbody.h.

Definition at line 48 of file BKE_softbody.h.

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

float BodyPoint::origE[3]
float BodyPoint::origS[3]
float BodyPoint::origT[3]
float BodyPoint::pos[3]

Definition at line 41 of file BKE_softbody.h.

Referenced by softbody_apply_forces(), and softbody_reset().

Definition at line 41 of file BKE_softbody.h.

Referenced by softbody_apply_forces(), and softbody_reset().

Definition at line 49 of file BKE_softbody.h.

Referenced by mesh_to_softbody(), renew_softbody(), and sb_spring_force().

float BodyPoint::vec[3]

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