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

Public Attributes

int v1
 
int v2
 
int v3
 
float ext_force [3]
 
short flag
 

Detailed Description

Definition at line 84 of file softbody.c.

Member Data Documentation

◆ ext_force

float BodyFace::ext_force[3]

Definition at line 86 of file softbody.c.

Referenced by mesh_faces_to_scratch(), and scan_for_ext_face_forces().

◆ flag

short BodyFace::flag

Definition at line 87 of file softbody.c.

Referenced by mesh_faces_to_scratch(), and scan_for_ext_face_forces().

◆ v1

int BodyFace::v1

Definition at line 85 of file softbody.c.

Referenced by mesh_faces_to_scratch(), and scan_for_ext_face_forces().

◆ v2

int BodyFace::v2

Definition at line 85 of file softbody.c.

Referenced by mesh_faces_to_scratch(), and scan_for_ext_face_forces().

◆ v3

int BodyFace::v3

Definition at line 85 of file softbody.c.

Referenced by mesh_faces_to_scratch(), and scan_for_ext_face_forces().


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