Skip to content

Commit

Permalink
Remove plugin exports
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Dec 24, 2024
1 parent 0a9aee3 commit 604caba
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ export { GlobeControls } from './three/controls/GlobeControls.js';
export { EnvironmentControls } from './three/controls/EnvironmentControls.js';
export { CameraTransitionManager } from './three/controls/CameraTransitionManager.js';

// three.js plugins
export { CesiumIonAuthPlugin } from './three/plugins/CesiumIonAuthPlugin.js';
export { GoogleCloudAuthPlugin } from './three/plugins/GoogleCloudAuthPlugin.js';
export * from './three/plugins/DebugTilesPlugin.js';

// common plugins
export { ImplicitTilingPlugin } from './base/plugins/ImplicitTilingPlugin.js';

// common
export { TilesRendererBase } from './base/TilesRendererBase.js';
export { LoaderBase } from './base/loaders/LoaderBase.js';
Expand Down

0 comments on commit 604caba

Please sign in to comment.