Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TS: Removed outdated *IdCount from d.ts #20341

Merged
merged 4 commits into from
Sep 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/core/Geometry.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ export interface MorphNormals {
normals: Vector3[];
}

export let GeometryIdCount: number;

/**
* Base class for geometries
*
Expand Down
2 changes: 0 additions & 2 deletions src/core/Object3D.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
3 changes: 0 additions & 3 deletions src/materials/Material.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import {
StencilOp
} from '../constants';

// Materials //////////////////////////////////////////////////////////////////////////////////
export let MaterialIdCount: number;

export interface MaterialParameters {
alphaTest?: number;
blendDst?: BlendingDstFactor;
Expand Down
3 changes: 0 additions & 3 deletions src/textures/Texture.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ import {
TextureEncoding
} from '../constants';

// Textures /////////////////////////////////////////////////////////////////////
export let TextureIdCount: number;

export class Texture extends EventDispatcher {

/**
Expand Down