To run this project you need to serve it via a local HTTP server to avoid CORS and file access restrictions. (you basically cant use the textures) Simple example: cd "project/directory" python -m http.server 8000
you can open it by accessing the localhost on that port