# Model Assets

This document details the asset specifications for the 3D scene.

## Procedural Assets (Current Implementation)

- **Central Crystal**: Procedural `THREE.IcosahedronGeometry` (radius: 1.2, detail: 0). Size: 0 KB.
- **Concentric Outer Framework**: Procedural `THREE.TorusGeometry` meshes. Size: 0 KB.
- **Orbiting Shards**: 35 procedural `THREE.TetrahedronGeometry` fragments. Size: 0 KB.
- **Dust Starfield**: Procedural `THREE.BufferGeometry` particles. Size: 0 KB.

## GLTF/GLB Asset Handoff Plan

To replace the procedural objects with custom modeling:
1. Export model from Blender as a compressed GLB using Draco compression.
2. Store inside `public/assets/3d/models/arena-core.glb`.
3. Load in `scene-manager.js` using `THREE.GLTFLoader`.
