ClothSimulation
From K-3D
Description
| Cloth simulation (currently for grids only) |
| Plugin Status: | Experimental |
| Categories: | All Plugins, Experimental Plugins, Simulation Plugins |
Metadata
| Name | Value |
|---|
Properties
| Label | Description | Type | Script Name |
|---|---|---|---|
| Input Mesh | Input mesh | k3d::mesh* | input_mesh |
| Output Mesh | Output mesh | k3d::mesh* | output_mesh |
| Mesh Selection | Input Mesh Selection | k3d::selection::set | mesh_selection |
| Time | Controls the current time displayed in the viewports. | k3d::double_t | time |
| Damping | Damping of cloth | k3d::double_t | damping |
| Gravity | Gravity to affect the system | k3d::double_t | gravity |
| Stiffness | Stiffness of cloth (k constant for spring structure) | k3d::double_t | stiffness |

