From 54cc75c20316a5df5e16898600e33a23f5fa55c4 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Tue, 2 May 2023 13:27:16 +0200 Subject: [PATCH] =?UTF-8?q?=1B[threejs]=20Closes=20#2278,=20coordinate=20t?= =?UTF-8?q?ransform=20example.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spine-ts/index.html | 1 + .../example/coordinate-transform.html | 155 ++++++++++++++++++ 2 files changed, 156 insertions(+) create mode 100644 spine-ts/spine-threejs/example/coordinate-transform.html diff --git a/spine-ts/index.html b/spine-ts/index.html index 55d7035b4..ad393fd8a 100644 --- a/spine-ts/index.html +++ b/spine-ts/index.html @@ -66,6 +66,7 @@
  • THREE.JS
  • diff --git a/spine-ts/spine-threejs/example/coordinate-transform.html b/spine-ts/spine-threejs/example/coordinate-transform.html new file mode 100644 index 000000000..c5e9d66bc --- /dev/null +++ b/spine-ts/spine-threejs/example/coordinate-transform.html @@ -0,0 +1,155 @@ + + + + + spine-threejs + + + + + + + + + + + \ No newline at end of file