mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Removed 2 classes that wasn't mentioned anywhere else.
This commit is contained in:
25
threejs/three.d.ts
vendored
25
threejs/three.d.ts
vendored
@@ -312,18 +312,6 @@ declare module THREE {
|
||||
parse( json: any ): BooleanKeyframeTrack;
|
||||
}
|
||||
|
||||
export class ColorKeyframeTrack extends KeyframeTrack {
|
||||
constructor(name: string, keys: any[]);
|
||||
|
||||
result: any;
|
||||
|
||||
setResult( value: any ): void;
|
||||
lerpValues( value0: any, value1: any, alpha: number ): any;
|
||||
compareValues( value0: any, value1: any ): boolean;
|
||||
clone(): ColorKeyframeTrack;
|
||||
parse( json: any ): ColorKeyframeTrack;
|
||||
}
|
||||
|
||||
export class NumberKeyframeTrack {
|
||||
constructor();
|
||||
|
||||
@@ -1910,15 +1898,6 @@ declare module THREE {
|
||||
get(file: string):Loader;
|
||||
}
|
||||
|
||||
export class AnimationLoader {
|
||||
constructor(manager?: LoadingManager);
|
||||
|
||||
manager: LoadingManager;
|
||||
load(url: string, onLoad: (animations: AnimationClip[]) => void, onProgress?: (event: any) => void, onError?: (event: any) => void): void;
|
||||
setCrossOrigin(crossOrigin: string): void;
|
||||
parse(json: any, onLoad: (animations: AnimationClip[])=>void): void;
|
||||
}
|
||||
|
||||
export class BinaryTextureLoader {
|
||||
constructor(manager?: LoadingManager);
|
||||
|
||||
@@ -4618,7 +4597,7 @@ declare module THREE {
|
||||
getMaxAnisotropy(): number;
|
||||
getPixelRatio(): number;
|
||||
setPixelRatio(value: number): void;
|
||||
|
||||
|
||||
getSize(): { width: number; height: number; };
|
||||
|
||||
/**
|
||||
@@ -4960,7 +4939,7 @@ declare module THREE {
|
||||
|
||||
export class WebGLProgram{
|
||||
constructor(renderer: WebGLRenderer, code: string, material: ShaderMaterial, parameters: WebGLRendererParameters);
|
||||
|
||||
|
||||
getUniforms(): any;
|
||||
getAttributes(): any;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user