瀏覽代碼

TS: Clean up

WestLangley 6 年之前
父節點
當前提交
532339a3e1
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/core/BufferAttribute.d.ts

+ 3 - 3
src/core/BufferAttribute.d.ts

@@ -1,6 +1,6 @@
-import {
-	Usage
-} from '../constants';
+import { Usage } from '../constants';
+import { Matrix3 } from './../math/Matrix3';
+import { Matrix4 } from './../math/Matrix4';
 
 
 /**
 /**
  * @see <a href="https://github.com/mrdoob/three.js/blob/master/src/core/BufferAttribute.js">src/core/BufferAttribute.js</a>
  * @see <a href="https://github.com/mrdoob/three.js/blob/master/src/core/BufferAttribute.js">src/core/BufferAttribute.js</a>