Skip to content

Commit

Permalink
Remove unused plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Dec 24, 2024
1 parent e4b41ea commit 4f35353
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 73 deletions.
12 changes: 0 additions & 12 deletions src/base/plugins/ImplicitTilingPlugin.js

This file was deleted.

11 changes: 0 additions & 11 deletions src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// three.js
export { DebugTilesRenderer } from './three/DebugTilesRenderer';
export { TilesRenderer } from './three/TilesRenderer';
export { TilesGroup } from './three/TilesGroup';
export { B3DMLoader, B3DMScene } from './three/loaders/B3DMLoader';
Expand All @@ -12,16 +11,6 @@ export { Ellipsoid } from './three/math/Ellipsoid';
export { EllipsoidRegion } from './three/math/EllipsoidRegion';
export * as GeoUtils from './three/math/GeoUtils';
export * from './three/math/GeoConstants';
export * from './three/renderers/GoogleTilesRenderer';
export * from './three/renderers/CesiumIonTilesRenderer';

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

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

// common
export { TilesRendererBase } from './base/TilesRendererBase';
Expand Down
12 changes: 0 additions & 12 deletions src/three/plugins/CesiumIonAuthPlugin.js

This file was deleted.

26 changes: 0 additions & 26 deletions src/three/plugins/DebugTilesPlugin.js

This file was deleted.

12 changes: 0 additions & 12 deletions src/three/plugins/GoogleCloudAuthPlugin.js

This file was deleted.

0 comments on commit 4f35353

Please sign in to comment.