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

https://github.com/ncdev2015/loadtextures-threejs

Example to load textures with Threejs
https://github.com/ncdev2015/loadtextures-threejs

Last synced: 21 days ago
JSON representation

Example to load textures with Threejs

Awesome Lists containing this project

README

          

# load-textures-threejs

This example shows you how to load textures in cubes meshes, also doing it with multiples textures for every face.

![3D Viewer](https://github.com/ncdev2015/load-textures-threejs/blob/master/public/resources/images/demo.png)

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