|
@@ -262,6 +262,7 @@ class ReferenceNode extends Node {
|
|
|
} else if ( Array.isArray( this.getValueFromReference() ) ) {
|
|
} else if ( Array.isArray( this.getValueFromReference() ) ) {
|
|
|
|
|
|
|
|
node = uniformArray( null, uniformType );
|
|
node = uniformArray( null, uniformType );
|
|
|
|
|
+ node.updateType = NodeUpdateType.OBJECT;
|
|
|
|
|
|
|
|
} else if ( uniformType === 'texture' ) {
|
|
} else if ( uniformType === 'texture' ) {
|
|
|
|
|
|