Heads up — this page is open directly from disk (file://).
Browsers block WebGL from reading textures off the filesystem, so the bottle
will render without its label. Serve the folder over HTTP instead:
python3 -m http.server 8000 then open
http://localhost:8000. See the README for details.