Do this for custom Ground Model

Published on ● Video Link: https://www.youtube.com/watch?v=_sMl_hXpRFk



Duration: 0:49
20 views
1


Just see if that works for you, then add to it making others.
Just copy paste this below into a new textdoc, but rename it goo.json


{
"goo" : {
"adhesionVelocity" : 1,
"staticFrictionCoefficient" : 0.73,
"slidingFrictionCoefficient" : 0.58,
"hydrodynamicFriction" : 0.1,
"stribeckVelocity" : 3.0,
"strength" : 1.0,

"fluidDensity" : 1200,
"flowConsistencyIndex" : 1000,
"flowBehaviorIndex" : 1.5,
"dragAnisotropy" : 0,
"defaultDepth" : 0.002,
"collisiontype" : "DIRT",
"skidMarks" : false
/*"aliases" : ["dirt", "rockydirt", "dirt_loose", "dirt_loose_dusty", "dirt_rocky", "dirt_rocky_large", "dirt_sandy"]*/
},
}