Options
All
  • Public
  • Public/Protected
  • All
Menu

Options interface for the background remover plugin

Hierarchy

  • IWebXRBackgroundRemoverOptions

Index

Properties

backgroundMeshes?: AbstractMesh[]

Further background meshes to disable when entering AR

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)

ignoreEnvironmentHelper?: boolean

don't disable the environment helper

Legend

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

Settings

Theme