diff --git a/spatial/wit/wired-scene/gltf.wit b/spatial/wit/wired-scene/gltf.wit index 55667b9..cb58201 100644 --- a/spatial/wit/wired-scene/gltf.wit +++ b/spatial/wit/wired-scene/gltf.wit @@ -129,6 +129,8 @@ interface scene { resource scene { constructor(); + id: func() -> u32; + nodes: func() -> list; add-node: func(value: borrow); remove-node: func(value: borrow);