3d-tiles-renderer
Version:
https://github.com/AnalyticalGraphicsInc/3d-tiles/tree/master/specification
40 lines (34 loc) • 1.4 kB
JavaScript
// three.js plugins
export * from './CesiumIonAuthPlugin.js';
export * from './UpdateOnChangePlugin.js';
export * from './TileCompressionPlugin.js';
export * from './GLTFExtensionsPlugin.js';
export * from './ReorientationPlugin.js';
export * from './UnloadTilesPlugin.js';
export * from './fade/TilesFadePlugin.js';
export * from './batched/BatchedTilesPlugin.js';
export * from './TileFlatteningPlugin.js';
export * from './QuantizedMeshPlugin.js';
export * from './images/ImageOverlayPlugin.js';
export * from './LoadRegionPlugin.js';
export * from './DebugTilesPlugin.js';
export * from './mvt/MVTAnnotationsPlugin.js';
// other formats
export * from './images/GeneratedSurfacePlugin.js';
export * from './images/MVTOverlay.js';
// gltf extensions
export * from './gltf/GLTFCesiumRTCExtension.js';
export * from './gltf/GLTFStructuralMetadataExtension.js';
export * from './gltf/GLTFMeshFeaturesExtension.js';
// gltf metadata classes
export * from './gltf/metadata/classes/MeshFeatures.js';
export * from './gltf/metadata/classes/StructuralMetadata.js';
// mvt utilities
export * from './mvt/MVTGlyphAtlasTexture.js';
export * from './mvt/MVTGlyphMaterial.js';
export * from './mvt/MVTGlyphs.js';
export * from './mvt/MVTIconGlyphs.js';
export * from './mvt/MVTLabelGlyphs.js';
// loaders
export * from './loaders/WMTSCapabilitiesLoader.js';
export * from './loaders/WMSCapabilitiesLoader.js';