---
title: "Static & animated scenes"
description: "A shared scene component that renders either a static GLTF model with orbit controls or one with animation clips playing via an AnimationMixer."
category: "3D"
---

# Static & animated scenes

> Generated from `mcp/patterns.registry.json` — do not edit by hand; change the registry and run `bun run patterns:build`.

_Index card — the docs below are the canonical explanation; deep-tier pattern pages additionally carry invariants and emulation notes._

**Category:** 3D · **Tier:** light · **Risk:** low — frontend only

A shared scene component that renders either a static GLTF model with orbit controls or one with animation clips playing via an AnimationMixer.

**When to use:** Use as the starting template for a new 3D showcase scene, static or animated.

## Docs

- [docs/blueprint/3d/3d-quick-reference.md](/docs/blueprint/3d/3d-quick-reference) ([GitHub](https://github.com/ApeDevil/v10r/blob/main/docs/blueprint/3d/3d-quick-reference.md) · [GitLab](https://gitlab.com/ApeDevil/v10r/-/blob/main/docs/blueprint/3d/3d-quick-reference.md))

## Code

- `src/lib/components/3d/SceneContent.svelte` ([GitHub](https://github.com/ApeDevil/v10r/blob/main/src/lib/components/3d/SceneContent.svelte) · [GitLab](https://gitlab.com/ApeDevil/v10r/-/blob/main/src/lib/components/3d/SceneContent.svelte))

## Proof

- [`/showcases/3d/static-scene`](/showcases/3d/static-scene)
- [`/showcases/3d/animated-scene`](/showcases/3d/animated-scene)

---

_Machine-readable record: `3d-static-animated-scenes` in `mcp/patterns.registry.json`._
