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

#include <BKE_cloth.h>

Public Attributes

float loc [3]
 
float rot [3][3]
 
float rest_target [3]
 
float radius
 
float bending_stiffness
 

Detailed Description

Definition at line 40 of file BKE_cloth.h.

Member Data Documentation

◆ bending_stiffness

float ClothHairData::bending_stiffness

Definition at line 45 of file BKE_cloth.h.

Referenced by cloth_update_springs(), and hair_create_input_mesh().

◆ loc

float ClothHairData::loc[3]

Definition at line 41 of file BKE_cloth.h.

Referenced by hair_create_input_mesh().

◆ radius

float ClothHairData::radius

Definition at line 44 of file BKE_cloth.h.

Referenced by cloth_calc_force(), and hair_create_input_mesh().

◆ rest_target

float ClothHairData::rest_target[3]

◆ rot

float ClothHairData::rot[3][3]

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