Kaynağa Gözat

Fix editor import

master
Palash Bansal 1 yıl önce
ebeveyn
işleme
b41053447b
No account linked to committer's email address

+ 1
- 0
examples/globals.d.ts Dosyayı Görüntüle

@@ -1 +1,2 @@
export const DUMMY: string
export const CESIUM_ION_API_TOKEN: string

+ 1
- 1
examples/tweakpane-editor/ThreeEditor.ts Dosyayı Görüntüle

@@ -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
- 1
examples/tweakpane-editor/script.ts Dosyayı Görüntüle

@@ -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() {


Loading…
İptal
Kaydet