Palash Bansal 2 лет назад
Родитель
Сommit
c78018910e
Аккаунт пользователя с таким Email не найден
2 измененных файлов: 2 добавлений и 2 удалений
  1. 1
    1
      src/core/camera/PerspectiveCamera2.ts
  2. 1
    1
      src/plugins/animation/CameraViewPlugin.ts

+ 1
- 1
src/core/camera/PerspectiveCamera2.ts Просмотреть файл

@@ -430,7 +430,7 @@ export class PerspectiveCamera2 extends PerspectiveCamera implements ICamera {
// region ui

private _camUi: UiObjectConfig[] = [
...generateUiConfig(this),
...generateUiConfig(this) || [],
{
type: 'input',
label: ()=>(this.autoNearFar ? 'Min' : '') + ' Near',

+ 1
- 1
src/plugins/animation/CameraViewPlugin.ts Просмотреть файл

@@ -360,7 +360,7 @@ export class CameraViewPlugin extends AViewerPluginSync<'viewChange'|'startViewC
// expanded: true,
children: [
()=>[...this._cameraViews.map(view => view.uiConfig)],
...generateUiConfig(this),
...generateUiConfig(this) || [],
],
}


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