[
  {
    "type": "scene",
    "name": "scene_main",
    "gravity": { "type": "radial", "strength": 250 },
    "background": 0,
    "camera": {
      "position": [18, 18, 18],
      "lookAt": [0, 0, 0],
      "fov": 70,
      "near": 0.1,
      "far": 2000,
      "locked": false,
      "orbitTarget": [0, 0, 0],
      "orbitEnabled": true
    }
  },
  {
    "type": "light",
    "name": "light_ambient_main",
    "lightType": "ambient",
    "color": 4210752,
    "intensity": 0.5,
    "enabled": true,
    "layer": "main"
  },
  {
    "type": "light",
    "name": "light_directional_sunKey",
    "lightType": "directional",
    "color": 16777215,
    "intensity": 1.1,
    "pos": [12, 16, 10],
    "castShadow": true,
    "enabled": true,
    "layer": "main"
  },
  {
    "type": "mesh",
    "name": "planet_core",
    "shape": { "type": "sphere", "radius": 5.2 },
    "pos": [0, 0, 0],
    "material": { "type": "phong", "color": 11184810 },
    "physics": {
      "motionType": "static",
      "friction": 0.9,
      "restitution": 0.05
    },
    "enabled": true,
    "layer": "main",
    "euler": [0, 0, 0],
    "scale": [1, 1, 1]
  },
  {
    "type": "mesh",
    "name": "seed_box_1",
    "shape": { "type": "box", "width": 0.6, "height": 0.6, "depth": 0.6 },
    "pos": [0, 7.2, 0],
    "material": { "type": "phong", "color": 26112 },
    "physics": {
      "motionType": "dynamic",
      "mass": 1,
      "friction": 0.6,
      "restitution": 0.15,
      "linearDamping": 0.03,
      "angularDamping": 0.05,
      "motionQuality": "linearCast",
      "ccd": true
    },
    "enabled": true,
    "layer": "main"
  },
  {
    "type": "mesh",
    "name": "seed_sphere_1",
    "shape": { "type": "sphere", "radius": 0.45 },
    "pos": [2.2, 7.8, -1.2],
    "material": { "type": "phong", "color": 16731136 },
    "physics": {
      "motionType": "dynamic",
      "mass": 1,
      "friction": 0.6,
      "restitution": 0.15,
      "linearDamping": 0.03,
      "angularDamping": 0.05,
      "motionQuality": "linearCast",
      "ccd": true
    },
    "enabled": true,
    "layer": "main"
  },
  {
    "type": "mesh",
    "name": "seed_capsule_1",
    "shape": { "type": "capsule", "radius": 0.3, "halfHeight": 0.4 },
    "pos": [-2.6, 8.0, 1.0],
    "material": { "type": "phong", "color": 6684876 },
    "physics": {
      "motionType": "dynamic",
      "mass": 1,
      "friction": 0.6,
      "restitution": 0.15,
      "linearDamping": 0.03,
      "angularDamping": 0.05,
      "motionQuality": "linearCast",
      "ccd": true
    },
    "enabled": true,
    "layer": "main"
  }
]
