How to configure
In this section we'll discuss how you can configure the Bullet plugin.
How to use
{
"maxSubSteps": 1000,
"fixedTimeStep": 0.0046,
"forceScale": 100,
"gravity": [0, -10, 0]
"bouyancy": {
"liquidHeight": 0.0,
"liquidDensity": 1.0
},
"waterWave":
"direction": [-0.5, -4, 0]
"freq": 5.0,
"duration": 1.0
}
}Last updated