three.js glTF loader
three
>= v0.103.0
Note for Please note, that starting with three.js r103, GLTFLoader
is included in the three
package itself and installing three-gltf-loader
is no longer necessary.
It can be accessed via
;
However, this package will still be maintained.
Installation
yarn add three-gltf-loader
npm i --save three-gltf-loader
Description
three.js's r111 GLTFLoader wrapped as a module for easy importing, TypeScript type definitions included.
Usage
;; const loader = ;loader;
For further documentation, see the GLTFLoader docs.
Reporting Issues
Please note that this is just a wrapper for the glTF loader provided by three.js. Therefore, any issues regarding the loader should be reported directly via the three.js issue tracker.
For issues directly related to the wrapper or this package specifically, feel free to contact me.