mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
67 lines
2.8 KiB
TypeScript
67 lines
2.8 KiB
TypeScript
// Type definitions for three.js 0.93
|
|
// Project: https://threejs.org
|
|
// Definitions by: Kon <http://phyzkit.net/>,
|
|
// Satoru Kimura <https://github.com/gyohk>,
|
|
// Florent Poujol <https://github.com/florentpoujol>,
|
|
// SereznoKot <https://github.com/SereznoKot>,
|
|
// HouChunlei <https://github.com/omni360>,
|
|
// Ivo <https://github.com/ivoisbelongtous>,
|
|
// David Asmuth <https://github.com/piranha771>,
|
|
// Brandon Roberge,
|
|
// Qinsi ZHU <https://github.com/qszhusightp>,
|
|
// Toshiya Nakakura <https://github.com/nakakura>,
|
|
// Poul Kjeldager Sørensen <https://github.com/s093294>,
|
|
// Stefan Profanter <https://github.com/Pro>,
|
|
// Edmund Fokschaner <https://github.com/efokschaner>,
|
|
// Roelof Jooste <https://github.com/PsychoSTS>,
|
|
// Daniel Hritzkiv <https://github.com/dhritzkiv>,
|
|
// Apurva Ojas <https://github.com/apurvaojas>,
|
|
// Tiger Oakes <https://github.com/NotWoods>,
|
|
// Seth Kingsley <https://github.com/sethk>,
|
|
// Ethan Kay <https://github.com/elk941>,
|
|
// Methuselah96 <https://github.com/Methuselah96>
|
|
// Dilip Ramirez <https://github.com/Dukuo>
|
|
// Julian Strecker <https://github.com/JulianSSS>
|
|
// Zhang Hao <https://github.com/devilsparta>
|
|
// Definitions: https://github.com//DefinitelyTyped
|
|
// TypeScript Version: 2.8
|
|
|
|
export * from "./three-core";
|
|
|
|
export * from "./three-canvasrenderer";
|
|
export * from "./three-colladaLoader";
|
|
export * from "./three-copyshader";
|
|
export * from "./three-css3drenderer";
|
|
export * from "./three-ctmloader";
|
|
export * from "./three-ddsloader";
|
|
export * from "./three-dragcontrols";
|
|
export * from "./three-editorcontrols";
|
|
export * from "./three-effectcomposer";
|
|
export * from "./three-examples";
|
|
export * from "./three-fbxloader";
|
|
export * from "./three-FirstPersonControls";
|
|
export * from "./three-gltfexporter";
|
|
export * from "./three-gltfloader";
|
|
export * from "./three-lensflare";
|
|
export * from "./three-maskpass";
|
|
export * from "./three-mtlloader";
|
|
export * from "./three-objloader";
|
|
export * from "./three-octree";
|
|
export * from "./three-orbitcontrols";
|
|
export * from "./three-orthographictrackballcontrols";
|
|
export * from "./three-outlinepass";
|
|
export * from "./three-projector";
|
|
export * from "./three-renderpass";
|
|
export * from "./three-shaderpass";
|
|
export * from "./three-smaapass";
|
|
export * from "./three-ssaapass";
|
|
export * from "./three-filmpass";
|
|
export * from "./three-tgaloader";
|
|
export * from "./three-trackballcontrols";
|
|
export * from "./three-transformcontrols";
|
|
export * from "./three-unrealbloompass";
|
|
export * from "./three-vrcontrols";
|
|
export * from "./three-vreffect";
|
|
|
|
export as namespace THREE;
|