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

https://github.com/ncdev2015/threejs-gltf-loader


https://github.com/ncdev2015/threejs-gltf-loader

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# threejs-gltf-loader

This example shows you how to load a gltf file as a 3D model using Vuejs and Threejs

## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).

## Customize configuration

See [Vite Configuration Reference](https://vitejs.dev/config/).

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```