# Third-Party Notices

This website uses third-party open source software for 3D model rendering and compression.

## Draco (Google)
- Component: Draco geometry compression (decoder used at runtime for compressed `.glb` files)
- License: Apache License 2.0
- Project: https://github.com/google/draco
- License text: https://www.apache.org/licenses/LICENSE-2.0

## three.js
- Component: 3D rendering runtime (`GLTFLoader`, `DRACOLoader`, `MeshoptDecoder` integration)
- License: MIT License
- Project: https://github.com/mrdoob/three.js
- License text: https://github.com/mrdoob/three.js/blob/dev/LICENSE

## meshoptimizer / MeshoptDecoder
- Component: Meshopt decoding support for compressed glTF assets
- License: MIT License
- Project: https://github.com/zeux/meshoptimizer
- License text: https://github.com/zeux/meshoptimizer/blob/master/LICENSE.md
