[
    {
        "id":"ball",
        "origin":[0,0,10],
        "radius":10,
        "primitive":"sphere"
    },
    {
        "id": "bush",
        "primitive": "instance",
        "entity": "ball",
        "matrix": [1, 0, 0, -20, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1]
    },
    {
        "id": "bushes",
        "primitive": "group",
        "children": ["bush"],
        "matrix": [1, 0, 0, -20, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1]
    },
    {
        "id": "plants",
        "primitive": "layer",
        "color": [0,1,0],
        "elements": ["bushes"]
    }
]
