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