Scene State

1 obj · 2 lights · rev 0
{
  "nodes": {
    "initial-sphere": {
      "id": "initial-sphere",
      "name": "Initial Sphere",
      "geometry": "sphere",
      "position": [
        0,
        1,
        0
      ],
      "scale": [
        1,
        1,
        1
      ],
      "rotation": [
        0,
        0,
        0
      ],
      "color": "#ff0000",
      "parentId": null
    }
  },
  "lights": {
    "initial-ambient": {
      "id": "initial-ambient",
      "kind": "ambient",
      "intensity": 0.6,
      "color": "#ffffff"
    },
    "initial-directional": {
      "id": "initial-directional",
      "kind": "directional",
      "intensity": 0.8,
      "color": "#ffffff",
      "position": [
        5,
        10,
        5
      ]
    }
  },
  "camera": {
    "position": [
      0,
      0,
      10
    ],
    "target": [
      0,
      0,
      0
    ]
  }
}