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 🕹
- Host: GitHub
- URL: https://github.com/vladimir-vovk/threejs-gltf-loader
- Owner: vladimir-vovk
- Created: 2020-06-14T16:45:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-04T18:39:58.000Z (about 6 years ago)
- Last Synced: 2025-06-29T18:50:43.288Z (about 1 year ago)
- Topics: fbx, gltf, gltf-loader, threejs, typescript
- Language: TypeScript
- Homepage:
- Size: 3.98 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)