Browse Source

fix parameter name

sunag 4 years ago
parent
commit
7dc7e7a785
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/jsm/renderers/nodes/accessors/PositionNode.js

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

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