TS: Removed outdated `*IdCount` from d.ts
@@ -32,8 +32,6 @@ export interface MorphNormals {
normals: Vector3[];
}
-export let GeometryIdCount: number;
-
/**
* Base class for geometries
*
@@ -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
*/
@@ -13,9 +13,6 @@ import {
StencilOp
} from '../constants';
-// Materials //////////////////////////////////////////////////////////////////////////////////
-export let MaterialIdCount: number;
export interface MaterialParameters {
alphaTest?: number;
blendDst?: BlendingDstFactor;
@@ -11,9 +11,6 @@ import {
TextureEncoding
-// Textures /////////////////////////////////////////////////////////////////////
-export let TextureIdCount: number;
export class Texture extends EventDispatcher {