From 90d55920ec270c70a0e900778cb752ab8b3920d3 Mon Sep 17 00:00:00 2001 From: Kayh Date: Sun, 30 Jun 2024 18:24:01 -0400 Subject: [PATCH] rename wired-gltf -> wired-scene --- spatial/wit/wired-input/deps/wired-gltf | 1 - spatial/wit/wired-input/deps/wired-scene | 1 + spatial/wit/wired-input/world.wit | 2 +- spatial/wit/{wired-gltf => wired-scene}/deps/wired-math | 0 spatial/wit/{wired-gltf => wired-scene}/deps/wired-physics | 0 spatial/wit/{wired-gltf => wired-scene}/world.wit | 2 +- 6 files changed, 3 insertions(+), 3 deletions(-) delete mode 120000 spatial/wit/wired-input/deps/wired-gltf create mode 120000 spatial/wit/wired-input/deps/wired-scene rename spatial/wit/{wired-gltf => wired-scene}/deps/wired-math (100%) rename spatial/wit/{wired-gltf => wired-scene}/deps/wired-physics (100%) rename spatial/wit/{wired-gltf => wired-scene}/world.wit (99%) diff --git a/spatial/wit/wired-input/deps/wired-gltf b/spatial/wit/wired-input/deps/wired-gltf deleted file mode 120000 index 93743e2..0000000 --- a/spatial/wit/wired-input/deps/wired-gltf +++ /dev/null @@ -1 +0,0 @@ -../../wired-gltf/ \ No newline at end of file diff --git a/spatial/wit/wired-input/deps/wired-scene b/spatial/wit/wired-input/deps/wired-scene new file mode 120000 index 0000000..f102742 --- /dev/null +++ b/spatial/wit/wired-input/deps/wired-scene @@ -0,0 +1 @@ +../../wired-scene \ No newline at end of file diff --git a/spatial/wit/wired-input/world.wit b/spatial/wit/wired-input/world.wit index 6fc0897..bb84bb0 100644 --- a/spatial/wit/wired-input/world.wit +++ b/spatial/wit/wired-input/world.wit @@ -6,7 +6,7 @@ world host { interface handler { use types.{input-event}; - use wired:gltf/node.{node}; + use wired:scene/node.{node}; // Input handler. // Represents an object in 3D space that can react to input. diff --git a/spatial/wit/wired-gltf/deps/wired-math b/spatial/wit/wired-scene/deps/wired-math similarity index 100% rename from spatial/wit/wired-gltf/deps/wired-math rename to spatial/wit/wired-scene/deps/wired-math diff --git a/spatial/wit/wired-gltf/deps/wired-physics b/spatial/wit/wired-scene/deps/wired-physics similarity index 100% rename from spatial/wit/wired-gltf/deps/wired-physics rename to spatial/wit/wired-scene/deps/wired-physics diff --git a/spatial/wit/wired-gltf/world.wit b/spatial/wit/wired-scene/world.wit similarity index 99% rename from spatial/wit/wired-gltf/world.wit rename to spatial/wit/wired-scene/world.wit index d62b947..735921e 100644 --- a/spatial/wit/wired-gltf/world.wit +++ b/spatial/wit/wired-scene/world.wit @@ -1,4 +1,4 @@ -package wired:gltf; +package wired:scene; world host { import material;