{
  "affichage_variable": "n",
  "consignes": {
    "titre": "La petite croix bleue",
    "texte": "Détermine le volume du solide en fonction de n."
  },
  "tableau": {
    "type": "Volume",
    "f": "4x-1"
  },
  "scene": {
    "dimension_grille": {
      "sizeX": "27",
      "sizeZ": "27",
      "sizeY": "3"
    },
    "position_camera": {
      "cameraX": 20,
      "cameraY": 15,
      "cameraZ": 25,
      "zoom": 1
    },
    "qualite": 1,
    "gridVisible": false,
    "edgeColor": "#0b1220"
  },
  "slider": {
    "n_min": 1,
    "n_max": 12,
    "n_depart": 3,
    "step": 1
  },
  "objet": [
    {
      "type": "plan",
      "color": "#3b82f6",
      "sequence": false,
      "operation": "add",
      "orientation": "Y",
      "point1": {
        "x": "13",
        "y": "1",
        "z": "13-x"
      },
      "point2": {
        "x": "13",
        "y": "1",
        "z": "13+x"
      }
    },
    {
      "type": "plan",
      "color": "#3b82f6",
      "sequence": false,
      "operation": "add",
      "orientation": "Y",
      "point1": {
        "x": "13-x",
        "y": "1",
        "z": "13"
      },
      "point2": {
        "x": "13+x",
        "y": "1",
        "z": "13"
      }
    },
    {
      "type": "plan",
      "color": "#3b82f6",
      "sequence": false,
      "operation": "add",
      "orientation": "Z",
      "point1": {
        "x": "13",
        "y": "0",
        "z": "13"
      },
      "point2": {
        "x": "13",
        "y": "2",
        "z": "13"
      }
    }
  ]
}
