소스 검색

Fix editor import

master
Palash Bansal 1 년 전
부모
커밋
b41053447b
No account linked to committer's email address
3개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    0
      examples/globals.d.ts
  2. 1
    1
      examples/tweakpane-editor/ThreeEditor.ts
  3. 1
    1
      examples/tweakpane-editor/script.ts

+ 1
- 0
examples/globals.d.ts 파일 보기

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

+ 1
- 1
examples/tweakpane-editor/ThreeEditor.ts 파일 보기

@@ -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 파일 보기

@@ -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…
취소
저장