query RenderEdibleBlueprint($subject: String = "Apple Pie") {
TabletopScene {
Base {
item: "Antique Hardcover Book"
paper: "Grid Parchment"
}
Layer_2D {
style: "Thin Black Ink CAD Architecture"
content: "Cross-section and dimension lines of " + $subject
}
Layer_3D {
HeaderText {
string: "APPLE PIE"
material: "Flaky baked pastry crust"
format: "3D Extruded"
}
Prototype {
object: "Photorealistic 3D " + $subject
placement: "Sitting on right page casting shadow"
}
Actors {
type: "1:87 scale construction workers"
action: "Weaving the lattice top"
}
}
}
}