mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 03:46:07 +08:00
37 lines
1.9 KiB
TypeScript
37 lines
1.9 KiB
TypeScript
// Type definitions for three.js 0.91
|
|
// 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>
|
|
// Definitions: https://github.com//DefinitelyTyped
|
|
|
|
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-editorcontrols";
|
|
export * from "./three-effectcomposer";
|
|
export * from "./three-examples";
|
|
export * from "./three-fbxloader";
|
|
export * from "./three-FirstPersonControls";
|
|
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-filmpass";
|
|
export * from "./three-trackballcontrols";
|
|
export * from "./three-transformcontrols";
|
|
export * from "./three-vrcontrols";
|
|
export * from "./three-vreffect";
|
|
|
|
export as namespace THREE;
|