Browse Source

rem `Object3DIdCount`

ycw 4 years ago
parent
commit
6daf5b87e2
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/core/Object3D.d.ts

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

@@ -15,8 +15,6 @@ import { EventDispatcher } from './EventDispatcher';
 import { BufferGeometry } from './BufferGeometry';
 import { Intersection } from './Raycaster';
 
-export let Object3DIdCount: number;
-
 /**
  * Base class for scene graph objects
  */