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

https://github.com/ncdev2015/loadobjfiles-threejs-vue2


https://github.com/ncdev2015/loadobjfiles-threejs-vue2

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

          

# LoadObjFiles-Threejs-Vue2

A basic example to load and show 3D object files (.obj) to scene

![Load 3D Object](https://github.com/ncdev2015/LoadObjFiles-Threejs-Vue2/blob/main/src/assets/example.png)

## Requirements

```
> Node 12.22

> Vue 2
```

## Project setup

```
npm install
```

### Compiles and hot-reloads for development

```
npm run serve
```

### Compiles and minifies for production

```
npm run build
```

### Lints and fixes files

```
npm run lint
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).