소스 검색

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 ) {