An open API service indexing awesome lists of open source software.

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

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
```