*Initial 3D models:
- skull model: https://free3d.com/3d-model/skull-v3--785914.html
- horse model: https://free3d.com/3d-model/american-paint-horse-nuetral-v1--575385.html
Both models have been optimised with blender: number of vertices decreased
*Results:
Download Node.js. Run this followed commands:
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:8080
npm run dev
# Build for production in the dist/ directory
npm run build