Palash Bansal 1 год назад
Родитель
Сommit
b41053447b
Аккаунт пользователя с таким Email не найден
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() {



Загрузка…
Отмена
Сохранить