mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-02 00:00:04 +00:00
3
types/three/index.d.ts
vendored
3
types/three/index.d.ts
vendored
@@ -21,6 +21,7 @@
|
||||
// Ethan Kay <https://github.com/elk941>,
|
||||
// Methuselah96 <https://github.com/Methuselah96>
|
||||
// Dilip Ramirez <https://github.com/Dukuo>
|
||||
// Zhang Hao <https://github.com/devilsparta>
|
||||
// Definitions: https://github.com//DefinitelyTyped
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
@@ -32,7 +33,7 @@ export * from "./three-copyshader";
|
||||
export * from "./three-css3drenderer";
|
||||
export * from "./three-ctmloader";
|
||||
export * from "./three-ddsloader";
|
||||
export * from './three-dragcontrols';
|
||||
export * from "./three-dragcontrols";
|
||||
export * from "./three-editorcontrols";
|
||||
export * from "./three-effectcomposer";
|
||||
export * from "./three-examples";
|
||||
|
||||
3
types/three/three-core.d.ts
vendored
3
types/three/three-core.d.ts
vendored
@@ -1127,7 +1127,8 @@ export class EventDispatcher {
|
||||
|
||||
export interface Event {
|
||||
type: string;
|
||||
target: any;
|
||||
target?: any;
|
||||
[attachment: string]: any;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
2
types/three/three-unrealbloompass.d.ts
vendored
2
types/three/three-unrealbloompass.d.ts
vendored
@@ -22,6 +22,8 @@ export class UnrealBloomPass extends Pass {
|
||||
camera: OrthographicCamera;
|
||||
scene: Scene;
|
||||
quad: Mesh;
|
||||
radius: number;
|
||||
threshold: number;
|
||||
dispose(): void;
|
||||
getSeparableBlurMaterial(): ShaderMaterial;
|
||||
getCompositeMaterial(): ShaderMaterial;
|
||||
|
||||
Reference in New Issue
Block a user