mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
34 lines
1.6 KiB
TypeScript
34 lines
1.6 KiB
TypeScript
// Type definitions for three.js 0.84
|
|
// Project: http://mrdoob.github.com/three.js/
|
|
// 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>
|
|
// 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-projector";
|
|
export * from "./three-renderpass";
|
|
export * from "./three-shaderpass";
|
|
export * from "./three-trackballcontrols";
|
|
export * from "./three-transformcontrols";
|
|
export * from "./three-vrcontrols";
|
|
export * from "./three-vreffect";
|
|
|
|
export as namespace THREE;
|