imaginu 0.4.0

AI-drivable procedural 3D asset compiler: JSON recipes -> beautiful game-ready GLB for Babylon.js
Documentation
{
  "kind": "custom",
  "name": "tavern",
  "seed": 11,
  "physics": {"collider": "auto", "mass": 0, "friction": 0.8},
  "parts": [
    {
      "material": {"roughness": 0.95, "texture": {"pattern": "rock", "scale": 3.0, "seed": 4, "normal_strength": 1.4, "resolution": 1024, "colors": ["#4a443e", "#7a7168", "#9c9186"]}},
      "nodes": [
        {"shape": "box", "size": [7.6, 2.2, 6.0], "color": "#ffffff", "transform": {"translate": [0, 1.1, 0]}}
      ]
    },
    {
      "material": {"roughness": 0.9, "texture": {"pattern": "plaster", "scale": 2.5, "seed": 7, "normal_strength": 1.2, "resolution": 1024, "colors": ["#cbbfa4", "#e8dfc8"]}},
      "nodes": [
        {"shape": "box", "size": [8.0, 2.4, 6.4], "color": "#ffffff", "transform": {"translate": [0, 3.4, 0]}},
        {"shape": "prism", "sides": 3, "radius": 1.75, "height": 7.9, "point": 0, "color": "#ffffff",
         "transform": {"translate": [-3.95, 4.85, 0], "rotate_deg": [180, 0, -90], "scale": [1, 1, 1.85]}}
      ]
    },
    {
      "material": {"roughness": 0.85, "texture": {"pattern": "wood", "scale": 1.6, "seed": 2, "normal_strength": 1.2, "resolution": 1024, "colors": ["#3d2a1c", "#5c4128", "#77573a"]}},
      "nodes": [
        {"shape": "box", "size": [0.28, 2.4, 0.28], "color": "#ffffff", "transform": {"translate": [-3.9, 3.4, 3.1]}},
        {"shape": "box", "size": [0.28, 2.4, 0.28], "color": "#ffffff", "transform": {"translate": [3.9, 3.4, 3.1]}},
        {"shape": "box", "size": [0.28, 2.4, 0.28], "color": "#ffffff", "transform": {"translate": [-3.9, 3.4, -3.1]}},
        {"shape": "box", "size": [0.28, 2.4, 0.28], "color": "#ffffff", "transform": {"translate": [3.9, 3.4, -3.1]}},
        {"shape": "box", "size": [8.1, 0.26, 0.3], "color": "#ffffff", "transform": {"translate": [0, 2.35, 3.16]}},
        {"shape": "box", "size": [8.1, 0.26, 0.3], "color": "#ffffff", "transform": {"translate": [0, 2.35, -3.16]}},
        {"shape": "box", "size": [0.26, 2.3, 0.28], "color": "#ffffff", "transform": {"translate": [-1.4, 3.4, 3.14]}},
        {"shape": "box", "size": [0.26, 2.3, 0.28], "color": "#ffffff", "transform": {"translate": [1.4, 3.4, 3.14], "rotate_deg": [0, 0, 0]}},
        {"shape": "box", "size": [0.24, 2.65, 0.24], "color": "#e8dfc8", "transform": {"translate": [-2.65, 3.35, 3.12], "rotate_deg": [0, 0, -28]}},
        {"shape": "box", "size": [0.24, 2.65, 0.24], "color": "#e8dfc8", "transform": {"translate": [2.65, 3.35, 3.12], "rotate_deg": [0, 0, 28]}},
        {"shape": "box", "size": [1.5, 2.1, 0.18], "color": "#dbb887", "transform": {"translate": [0, 1.15, 3.02]}}
      ]
    },
    {
      "material": {"roughness": 0.8, "texture": {"pattern": "wood", "scale": 2.2, "seed": 9, "normal_strength": 1.5, "resolution": 1024, "colors": ["#2e2018", "#4a3626", "#5f4732"]}},
      "nodes": [
        {"shape": "box", "size": [9.0, 0.22, 4.4], "color": "#ffffff", "transform": {"translate": [0, 5.55, -1.55], "rotate_deg": [-40, 0, 0]}},
        {"shape": "box", "size": [9.0, 0.22, 4.4], "color": "#ffffff", "transform": {"translate": [0, 5.55, 1.55], "rotate_deg": [40, 0, 0]}},
        {"shape": "box", "size": [9.2, 0.3, 0.5], "color": "#ffffff", "transform": {"translate": [0, 6.75, 0]}}
      ]
    },
    {
      "material": {"roughness": 0.6, "metallic": 0.1, "emissive": "#ffb347", "emissive_strength": 2.2},
      "nodes": [
        {"shape": "box", "size": [0.9, 0.9, 0.06], "color": "#ffd9a0", "transform": {"translate": [-2.2, 3.5, 3.23]}},
        {"shape": "box", "size": [0.9, 0.9, 0.06], "color": "#ffd9a0", "transform": {"translate": [2.2, 3.5, -3.23]}},
        {"shape": "box", "size": [0.7, 0.9, 0.06], "color": "#ffd9a0", "transform": {"translate": [-2.2, 3.5, -3.23]}},
        {"shape": "sphere", "radius": 0.16, "subdiv": 1, "color": "#ffe9c0", "transform": {"translate": [1.3, 2.6, 3.3]}}
      ]
    },
    {
      "material": {"roughness": 0.9, "texture": {"pattern": "rock", "scale": 2.0, "seed": 13, "normal_strength": 1.3, "resolution": 512, "colors": ["#55504a", "#8b8378"]}},
      "nodes": [
        {"shape": "box", "size": [1.1, 2.6, 1.1], "color": "#ffffff", "transform": {"translate": [2.6, 6.2, -1.2]}},
        {"shape": "box", "size": [1.4, 0.25, 1.4], "color": "#c9c1b4", "transform": {"translate": [2.6, 7.5, -1.2]}}
      ]
    }
  ]
}