{
  "schemaVersion": 1,
  "subject": "stoneware-bottle-vase",
  "units": "m",
  "parameters": {
    "bodyHeight": { "value": 0.240, "min": 0.16, "max": 0.34, "step": 0.005, "unit": "m" },
    "bellyWidth": { "value": 0.062, "min": 0.04, "max": 0.085, "step": 0.001, "unit": "m" },
    "neckWidth":  { "value": 0.024, "min": 0.016, "max": 0.036, "step": 0.001, "unit": "m" },
    "rimFlare":   { "value": 0.031, "min": 0.020, "max": 0.044, "step": 0.001, "unit": "m" },
    "wall":       { "value": 0.006, "min": 0.003, "max": 0.010, "step": 0.0005, "unit": "m" },
    "footWidth":  { "value": 0.041, "min": 0.028, "max": 0.055, "step": 0.001, "unit": "m" }
  },
  "materials": {
    "glaze":    { "color": "#EDE4D1", "roughness": 0.26, "metalness": 0, "clearcoat": 0.5,  "clearcoatRoughness": 0.32 },
    "interior": { "color": "#DDD2BB", "roughness": 0.32, "metalness": 0, "clearcoat": 0.35, "clearcoatRoughness": 0.4 },
    "foot":     { "color": "#AC967A", "roughness": 0.85, "metalness": 0 }
  },
  "views": {
    "hero":    { "position": [0.28, 0.36, 0.44], "target": [0, 0.115, 0] },
    "side":    { "position": [0.55, 0.14, 0.03], "target": [0, 0.115, 0] },
    "opening": { "position": [0.18, 0.58, 0.26], "target": [0, 0.185, 0] }
  },
  "controls": [
    { "id": "body-height", "label": "Body height", "path": "parameters.bodyHeight", "type": "range", "affects": ["vase.body", "vase.interior"], "rebuild": "geometry" },
    { "id": "belly-width", "label": "Belly width", "path": "parameters.bellyWidth", "type": "range", "affects": ["vase.body", "vase.interior"], "rebuild": "geometry" },
    { "id": "wall", "label": "Wall thickness", "path": "parameters.wall", "type": "range", "affects": ["vase.body", "vase.interior"], "rebuild": "geometry" },
    { "id": "rim-flare", "label": "Rim flare", "path": "parameters.rimFlare", "type": "range", "affects": ["vase.body"], "rebuild": "geometry" }
  ]
}
