浏览代码

fix parameter name

sunag 4 年之前
父节点
当前提交
7dc7e7a785
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {
 
-	static LOCAL = 'position';
+	static LOCAL = 'local';
 
 	constructor( scope = PositionNode.POSITION ) {