Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_cloth_types.h
| Context not available. | |||||
| /** Mechanical damping of shear springs. */ | /** Mechanical damping of shear springs. */ | ||||
| float shear_damp; | float shear_damp; | ||||
| /** The maximum lenght an internal spring can have during creation. */ | /** The maximum length an internal spring can have during creation. */ | ||||
| float internal_spring_max_length; | float internal_spring_max_length; | ||||
| /** How much the interal spring can diverge from the vertex normal during creation. */ | /** How much the interal spring can diverge from the vertex normal during creation. */ | ||||
| float internal_spring_max_diversion; | float internal_spring_max_diversion; | ||||
| Context not available. | |||||