From b64f1c99760f1c37057cb66abc2de0a9c6aaaef0 Mon Sep 17 00:00:00 2001 From: Erik Krogh Kristensen Date: Thu, 28 Jan 2016 11:18:36 +0100 Subject: [PATCH] Removed 2 classes that wasn't mentioned anywhere else. --- threejs/three.d.ts | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/threejs/three.d.ts b/threejs/three.d.ts index ac211561e..f87356dd5 100644 --- a/threejs/three.d.ts +++ b/threejs/three.d.ts @@ -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;