UNPKG

3d-tiles-renderer

Version:

https://github.com/AnalyticalGraphicsInc/3d-tiles/tree/master/specification

13 lines (7 loc) 331 B
import { GoogleCloudAuthPlugin as GoogleCloudAuthPluginImpl } from '3d-tiles-renderer/core/plugins'; export class GoogleCloudAuthPlugin extends GoogleCloudAuthPluginImpl { constructor( ...args ) { super( ...args ); console.warn( 'GoogleCloudAuthPlugin: Plugin has been moved to "3d-tiles-renderer/core/plugins".' ); } }