WestLangley 6 лет назад
Родитель
Сommit
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>

粤ICP备19079148号