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