diff --git a/GPUClothSimulator.md b/GPUClothSimulator.md index 615d768..eede66f 100644 --- a/GPUClothSimulator.md +++ b/GPUClothSimulator.md @@ -21,9 +21,17 @@ Function * Sets all values beck to default values. ------ - + # Simulation Parameters +## Initialize at Start +Bool: Default True ++ Determines if information gets sent and initializes at start. If you will be equipting this cloth, then leave it as false, and when you are ready call \"InitializeSimulation()\" on this script. This will help with loading all colliders before starting the simulation. Once simulation starts, you can not add colliders. + +## Initialize Simulation +Function ++ This is here just to help you understand the \"InitializeSimulation()\" part. when you click this button, it calls that function. button is only visible before the initialization has been started. + ## Time Step Float: Default 0.009. * Time step: The amount of time waited before running another calculation. Lower number is more accurate, but more expensive @@ -175,6 +183,7 @@ Function ## Collision Padding Float: Min 0.001, Max 1, Default 0.001 * Adds X amount of padding between the cloth and collision to help with clipping. + *Note: on a cube, be cautious around the corners. If touching more than one side, it pushes in more than one direction causing it to bounce, more noticeably as the friction is higher* ## Collision Entry