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

https://github.com/vladimir-vovk/threejs-gltf-loader

Three.js GLTF Loader Example 🕹
https://github.com/vladimir-vovk/threejs-gltf-loader

fbx gltf gltf-loader threejs typescript

Last synced: 3 months ago
JSON representation

Three.js GLTF Loader Example 🕹

Awesome Lists containing this project

README

          

# Three.js GLTF Loader Expample

An example how to use [GLTF models](https://threejs.org/docs/#examples/en/loaders/GLTFLoader) with Three.js and Typescript.

3D models converted from FBX format with [FBX2glTF](https://github.com/facebookincubator/FBX2glTF) converter.

## Installation

1. Clone the repo:
```
git clone https://github.com/vladimir-vovk/threejs-gltf-loader.git
```
2. Change directory to the app:
```
cd threejs-gltf-loader
```
3. Install dependencies:
```
yarn # or npm install
```
4. Run the app:
```
yarn start
```

## Credits

- [Create a 3D multi-player game using THREE.js and Socket.IO](https://www.udemy.com/course/create-a-3d-multi-player-game-using-threejs-and-socketio/)
- [Typescript Three.js Webpack Starter](https://github.com/pinqy520/three-typescript-starter)
- [Simple People Pack](https://www.cgtrader.com/3d-models/character/fantasy/simple-people-cartoon-assets)