소스 검색

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

export const DUMMY: string
export const CESIUM_ION_API_TOKEN: string export const CESIUM_ION_API_TOKEN: string

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

new GBufferPlugin(HalfFloatType, true, true, true), new GBufferPlugin(HalfFloatType, true, true, true),
new DepthBufferPlugin(HalfFloatType, false, false), new DepthBufferPlugin(HalfFloatType, false, false),
new NormalBufferPlugin(HalfFloatType, false), new NormalBufferPlugin(HalfFloatType, false),
CameraViewPlugin,
PickingPlugin, PickingPlugin,
new TransformControlsPlugin(false), new TransformControlsPlugin(false),
OutlinePlugin, OutlinePlugin,
EditorViewWidgetPlugin, EditorViewWidgetPlugin,
CameraViewPlugin,
ViewerUiConfigPlugin, ViewerUiConfigPlugin,
ClearcoatTintPlugin, ClearcoatTintPlugin,
FragmentClippingExtensionPlugin, FragmentClippingExtensionPlugin,

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

import {_testFinish, _testStart, DropzonePlugin, getUrlQueryParam, HemisphereLight} from 'threepipe' import {_testFinish, _testStart, DropzonePlugin, getUrlQueryParam, HemisphereLight} from 'threepipe'
import {TransfrSharePlugin} from '@threepipe/plugin-network' import {TransfrSharePlugin} from '@threepipe/plugin-network'
import {ThreeEditor} from './ThreeEditor'
import {ThreeEditor} from './ThreeEditor.js'


async function init() { async function init() {



Loading…
취소
저장