// t=3 (objects: 2, operations: 1, transforms: 0)
let b: Obj = box(2, 2, 2)
let c: Obj = cylinder(0.8, 5)
let scene: Obj = diff(b, c)
cast(scene)