3d-tiles-renderer
Version:
https://github.com/AnalyticalGraphicsInc/3d-tiles/tree/master/specification
27 lines (23 loc) • 1.39 kB
TypeScript
// three.js plugins
export { CesiumIonAuthPlugin } from './three/CesiumIonAuthPlugin.js';
export { GoogleCloudAuthPlugin } from './three/GoogleCloudAuthPlugin.js';
export { UpdateOnChangePlugin } from './three/UpdateOnChangePlugin.js';
export { TileCompressionPlugin } from './three/TileCompressionPlugin.js';
export { GLTFExtensionsPlugin } from './three/GLTFExtensionsPlugin.js';
export { ReorientationPlugin } from './three/ReorientationPlugin.js';
export { UnloadTilesPlugin } from './three/UnloadTilesPlugin.js';
export { TilesFadePlugin } from './three/fade/TilesFadePlugin.js';
export { BatchedTilesPlugin } from './three/batched/BatchedTilesPlugin.js';
export { TileFlatteningPlugin } from './three/TileFlatteningPlugin.js';
export { QuantizedMeshPlugin } from './three/QuantizedMeshPlugin.js';
export * from './three/LoadRegionPlugin.js';
export * from './three/DebugTilesPlugin.js';
// other formats
export * from './three/images/DeepZoomImagePlugin.js';
export * from './three/images/EPSGTilesPlugin.js';
// common plugins
export { ImplicitTilingPlugin } from './base/ImplicitTilingPlugin.js';
// gltf extensions
export { GLTFCesiumRTCExtension } from './three/gltf/GLTFCesiumRTCExtension.js';
export { GLTFStructuralMetadataExtension } from './three/gltf/GLTFStructuralMetadataExtension.js';
export { GLTFMeshFeaturesExtension } from './three/gltf/GLTFMeshFeaturesExtension.js';