|
@@ -474,7 +474,7 @@ THREE.GLTFLoader = ( function () {
|
|
|
|
|
|
};
|
|
|
|
|
|
- GLTFLightsExtension.prototype.createNode = function ( nodeIndex ) {
|
|
|
+ GLTFLightsExtension.prototype.createNodeAttachment = function ( nodeIndex ) {
|
|
|
|
|
|
var self = this;
|
|
|
var parser = this.parser;
|
|
@@ -3419,7 +3419,7 @@ THREE.GLTFLoader = ( function () {
|
|
|
|
|
|
parser._invokeAll( function ( ext ) {
|
|
|
|
|
|
- return ext.createNode && ext.createNode( nodeIndex );
|
|
|
+ return ext.createNodeAttachment && ext.createNodeAttachment( nodeIndex );
|
|
|
|
|
|
} ).forEach( function ( promise ) {
|
|
|
|