Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "type": "cube",
    "material": "block",
    "friction": {
        "front": 0,
        "back": 0,
        "right": 0,
        "left": 0,
        "top": 0.99,
        "bottom": 0
    },
    "drag": [ 0.90, 0.02, 0.90 ],
    "hardness": 1.0,
    "interactable": false
}