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
- Host: GitHub
- URL: https://github.com/ncdev2015/loadtextures-threejs
- Owner: ncdev2015
- Created: 2022-01-24T01:25:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-30T19:00:49.000Z (over 4 years ago)
- Last Synced: 2025-03-01T18:45:56.396Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.31 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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