From ec0158aab7fb28152c140d7b5f27b7acccd0bb78 Mon Sep 17 00:00:00 2001 From: Harm Date: Sat, 17 Jan 2026 15:11:02 +0100 Subject: [PATCH] [ts][pixi-v8] Added example shadow-projection-shader --- spine-ts/index.html | 1 + .../example/shadow-projection-shader.html | 112 ++++++++++++++ .../example/shadow-projection-shader.html | 140 ++++++++++++++++++ 3 files changed, 253 insertions(+) create mode 100644 spine-ts/spine-pixi-v7/example/shadow-projection-shader.html create mode 100644 spine-ts/spine-pixi-v8/example/shadow-projection-shader.html diff --git a/spine-ts/index.html b/spine-ts/index.html index 4b101afe3..3c9c89812 100644 --- a/spine-ts/index.html +++ b/spine-ts/index.html @@ -42,6 +42,7 @@
  • Physics II - (v7)
  • Physics III - (v7)
  • Physics IV - (v7)
  • +
  • Shadow projection shader - (v7)
  • Slot Objects - (v7)
  • Slot Objects (Rotation, scale test) - (v7)
  • Bounds - (v7)
  • diff --git a/spine-ts/spine-pixi-v7/example/shadow-projection-shader.html b/spine-ts/spine-pixi-v7/example/shadow-projection-shader.html new file mode 100644 index 000000000..a34e3c381 --- /dev/null +++ b/spine-ts/spine-pixi-v7/example/shadow-projection-shader.html @@ -0,0 +1,112 @@ + + + + spine-pixi + + + + + + + + + \ No newline at end of file diff --git a/spine-ts/spine-pixi-v8/example/shadow-projection-shader.html b/spine-ts/spine-pixi-v8/example/shadow-projection-shader.html new file mode 100644 index 000000000..e4350da4e --- /dev/null +++ b/spine-ts/spine-pixi-v8/example/shadow-projection-shader.html @@ -0,0 +1,140 @@ + + + + spine-pixi-v8 + + + + + + + + + \ No newline at end of file