Skip to content

codeurdenuit/GLTFLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

GLTF Loder

To import geometries/scene from a GLTF file
Warning : the project must contain ThreeJS 0.140

Installation

$ npm install https://github.com/codeurdenuit/GLTFLoader.git#main

How to use it

$ import GLTFLoader from 'gltfloader'

const geometry = await GLTFLoader.loadGeometry('mesh.glb')
const scene = await GLTFLoader.loadScene('mesh.glb')
const textre = await GLTFLoader.loadTexture('texture.png')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published