August 2018
Intermediate to advanced
528 pages
10h 58m
English
A format which is getting more and more attention lately is the glTF format. This format, for which you can find a very extensive explanation at https://github.com/KhronosGroup/glTF, focuses on optimizing size and resource usage. Using the glTFLoader is similar to the other loaders. Note that besides the THREE.GLTFLoader, there is also a THREE.LegacyGLTFLoader. The first one should normally be used, since it supports glTF Versions 2.0 and up (which is the current standard). Should you run into older versions, then you can use the THREE.LegacyGLTFLoader. To use this loader, include the correct JavaScript file:
<script type="text/javascript" charset="UTF-8" src="../../libs/three/loaders/GLTFLoader.js"></script>
Use the ...
Read now
Unlock full access