Pārlūkot izejas kodu

fix parameter name

sunag 4 gadi atpakaļ
vecāks
revīzija
7dc7e7a785

+ 1 - 1
examples/jsm/renderers/nodes/accessors/PositionNode.js

@@ -3,7 +3,7 @@ import AttributeNode from '../core/AttributeNode.js';
 
 class PositionNode extends Node {
 
-	static LOCAL = 'position';
+	static LOCAL = 'local';
 
 	constructor( scope = PositionNode.POSITION ) {