From 4ee3f1fdf250035a372b4cacf2ffe8802aa58320 Mon Sep 17 00:00:00 2001 From: Ib Green Date: Thu, 6 Aug 2026 10:25:02 -0400 Subject: [PATCH 1/2] feat(gltf): launch expressive animation studio and curated assets --- examples/showcase/anari/playground.html | 1 + examples/showcase/anari/playground.ts | 38 +- .../anari/public/gltf/ASSET-LICENSE.md | 6 + .../anari/public/gltf/RobotExpressive.glb | Bin 0 -> 463988 bytes examples/showcase/anari/usd-samples.ts | 18 + examples/showcase/gltf/app.ts | 280 +++++++++++++-- .../showcase/gltf/gltf-animation-studio.ts | 225 ++++++++++++ examples/showcase/gltf/gltf-catalog-app.ts | 324 +++++++++++++++--- .../showcase/gltf/gltf-featured-assets.ts | 135 ++++++++ modules/gltf/src/index.ts | 1 + test/examples/example-panels.spec.ts | 73 +++- .../gltf-animation-studio.node.spec.ts | 167 +++++++++ test/examples/gltf-animation-studio.spec.ts | 106 ++++++ website/content/examples/showcase/gltf.mdx | 50 +++ 14 files changed, 1324 insertions(+), 100 deletions(-) create mode 100644 examples/showcase/anari/public/gltf/RobotExpressive.glb create mode 100644 examples/showcase/gltf/gltf-animation-studio.ts create mode 100644 examples/showcase/gltf/gltf-featured-assets.ts create mode 100644 test/examples/gltf-animation-studio.node.spec.ts create mode 100644 test/examples/gltf-animation-studio.spec.ts diff --git a/examples/showcase/anari/playground.html b/examples/showcase/anari/playground.html index 3ea8f8c628..d78daae183 100644 --- a/examples/showcase/anari/playground.html +++ b/examples/showcase/anari/playground.html @@ -531,6 +531,7 @@ +