|
@@ -54,7 +54,6 @@ import { Color4, Color3 } from './Maths/math.color';
|
|
|
import { Plane } from './Maths/math.plane';
|
|
|
import { Frustum } from './Maths/math.frustum';
|
|
|
import { UniqueIdGenerator } from './Misc/uniqueIdGenerator';
|
|
|
-import { InstancedMesh } from './Meshes/instancedMesh';
|
|
|
|
|
|
declare type Ray = import("./Culling/ray").Ray;
|
|
|
declare type TrianglePickingPredicate = import("./Culling/ray").TrianglePickingPredicate;
|