gitextract_s73tg7he/ ├── .gitignore ├── .prettierrc ├── package.json ├── public/ │ ├── index.html │ ├── royal_esplanade_1k.hdr │ └── shoe-draco.glb ├── readme.md ├── resources/ │ ├── gltf/ │ │ └── shoe.gltf │ └── shoe.blend └── src/ ├── App.js ├── index.js └── styles.css