mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-27 19:22:47 +00:00
68 lines
2.9 KiB
TypeScript
68 lines
2.9 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>,
|
|
// 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>,
|
|
// Stefan Profanter <https://github.com/Pro>,
|
|
// Edmund Fokschaner <https://github.com/efokschaner>,
|
|
// Roelof Jooste <https://github.com/PsychoSTS>,
|
|
// Apurva Ojas <https://github.com/apurvaojas>,
|
|
// Tiger Oakes <https://github.com/NotWoods>,
|
|
// Methuselah96 <https://github.com/Methuselah96>
|
|
// Dilip Ramirez <https://github.com/Dukuo>
|
|
// Julian Strecker <https://github.com/JulianSSS>
|
|
// Zhang Hao <https://github.com/devilsparta>
|
|
// Konstantin Lukaschenko <https://github.com/KonstantinLukaschenko>
|
|
// Daniel Yim <https://github.com/danyim>
|
|
// Saransh Kataria <https://github.com/saranshkataria>
|
|
// Philippe Suter <https://github.com/psuter>
|
|
// 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-tdsloader';
|
|
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-mapcontrols';
|
|
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;
|