Просмотр исходного кода

removed *IdCount from dts

https://github.com/mrdoob/three.js/issues/10095
ycw 5 лет назад
Родитель
Сommit
6546d5fa05
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      src/core/Geometry.d.ts

+ 0 - 2
src/core/Geometry.d.ts

@@ -32,8 +32,6 @@ export interface MorphNormals {
 	normals: Vector3[];
 }
 
-export let GeometryIdCount: number;
-
 /**
  * Base class for geometries
  *

粤ICP备19079148号