Shader animation for awaiting resource loading
Builded version you can see here
git clone https://github.com/Lexa307/THREE_Loading_animation
clone this projectnpm i
downloads dependencies npm run webpack -- --mode development --watch
to build project in development modenpm start
to run local http server at http://localhost:8080/. After all steps you can see my animation in web browsernpm run webpack -p -- --mode production
to build project in production mode.