| @@ -1 +1,2 @@ | |||
| export const DUMMY: string | |||
| export const CESIUM_ION_API_TOKEN: string | |||
| @@ -91,11 +91,11 @@ export class ThreeEditor extends ThreeViewer { | |||
| new GBufferPlugin(HalfFloatType, true, true, true), | |||
| new DepthBufferPlugin(HalfFloatType, false, false), | |||
| new NormalBufferPlugin(HalfFloatType, false), | |||
| CameraViewPlugin, | |||
| PickingPlugin, | |||
| new TransformControlsPlugin(false), | |||
| OutlinePlugin, | |||
| EditorViewWidgetPlugin, | |||
| CameraViewPlugin, | |||
| ViewerUiConfigPlugin, | |||
| ClearcoatTintPlugin, | |||
| FragmentClippingExtensionPlugin, | |||
| @@ -1,6 +1,6 @@ | |||
| import {_testFinish, _testStart, DropzonePlugin, getUrlQueryParam, HemisphereLight} from 'threepipe' | |||
| import {TransfrSharePlugin} from '@threepipe/plugin-network' | |||
| import {ThreeEditor} from './ThreeEditor' | |||
| import {ThreeEditor} from './ThreeEditor.js' | |||
| async function init() { | |||