Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_cloth_types.h
| Context not available. | |||||
| float density_target; /* minimum density for hair */ | float density_target; /* minimum density for hair */ | ||||
| float density_strength; /* influence of hair density */ | float density_strength; /* influence of hair density */ | ||||
| float collider_friction; /* friction with colliders */ | float collider_friction; /* friction with colliders */ | ||||
| float vel_damping; /* damp the velocity to speed up getting to the resting position */ | float vel_damping DNA_DEPRECATED; /* damp the velocity to speed up getting to the resting position */ | ||||
| float shrink_min; /* min amount to shrink cloth by 0.0f (no shrink) - 1.0f (shrink to nothing) */ | float shrink_min; /* min amount to shrink cloth by 0.0f (no shrink) - 1.0f (shrink to nothing) */ | ||||
| float shrink_max; /* max amount to shrink cloth by 0.0f (no shrink) - 1.0f (shrink to nothing) */ | float shrink_max; /* max amount to shrink cloth by 0.0f (no shrink) - 1.0f (shrink to nothing) */ | ||||
| Context not available. | |||||