Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IWebXRBackgroundRemoverOptions

Options interface for the background remover plugin

Hierarchy

  • IWebXRBackgroundRemoverOptions

Index

Properties

Optional backgroundMeshesSearch playground for backgroundMeshes

backgroundMeshes: AbstractMesh[]

Further background meshes to disable when entering AR

Optional environmentHelperRemovalFlagsSearch playground for environmentHelperRemovalFlags

environmentHelperRemovalFlags: { ground?: boolean; skyBox?: boolean }

flags to configure the removal of the environment helper. If not set, the entire background will be removed. If set, flags should be set as well.

Type declaration

  • Optional ground?: boolean

    Should the ground be removed (default false)

  • Optional skyBox?: boolean

    Should the skybox be removed (default false)

Optional ignoreEnvironmentHelperSearch playground for ignoreEnvironmentHelper

ignoreEnvironmentHelper: boolean

don't disable the environment helper

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method