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

https://github.com/geminate/three-js-learn

Three.js learn project. Load model and add label.
https://github.com/geminate/three-js-learn

threejs

Last synced: about 2 months ago
JSON representation

Three.js learn project. Load model and add label.

Awesome Lists containing this project

README

          

# three-js-learn

> Three.js learn project. Load model and add label.

## Preview

![image](https://raw.githubusercontent.com/geminate/three-js-learn/master/blob/5.gif)

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report
```