We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56aa9d0 + 724c0bd commit ca672c9Copy full SHA for ca672c9
examples/js/loaders/GLTFLoader.js
@@ -2566,7 +2566,7 @@ THREE.GLTFLoader = ( function () {
2566
* Assigns final material to a Mesh, Line, or Points instance. The instance
2567
* already has a material (generated from the glTF material options alone)
2568
* but reuse of the same glTF material may require multiple threejs materials
2569
- * to accomodate different primitive types, defines, etc. New materials will
+ * to accommodate different primitive types, defines, etc. New materials will
2570
* be created if necessary, and reused from a cache.
2571
* @param {THREE.Object3D} mesh Mesh, Line, or Points instance.
2572
*/
0 commit comments