https://github.com/evanherman/threejs-spinning-hotdog
Three.js Spinning Hotdog Example
https://github.com/evanherman/threejs-spinning-hotdog
threejs
Last synced: about 1 month ago
JSON representation
Three.js Spinning Hotdog Example
- Host: GitHub
- URL: https://github.com/evanherman/threejs-spinning-hotdog
- Owner: EvanHerman
- Created: 2022-01-17T17:20:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T20:12:15.000Z (over 4 years ago)
- Last Synced: 2025-03-25T22:17:58.551Z (about 1 year ago)
- Topics: threejs
- Language: JavaScript
- Homepage: https://evanherman.github.io/threejs-spinning-hotdog/
- Size: 4.94 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Three.js Spinning Hotdog
Starter template courtesy of Bruno Simon of https://threejs-journey.xyz/
Hotdog Models Used:
- https://poly.pizza/m/7GZPJAKtU-C
- https://poly.pizza/m/fPOjUkuqPLw
## Setup/Run/Build
``` bash
# 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
```