Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IWebXRMeshDetectorOptions

Options used in the mesh detector module

Hierarchy

  • IWebXRMeshDetectorOptions

Index

Properties

Optional convertCoordinateSystemsSearch playground for convertCoordinateSystems

convertCoordinateSystems: boolean

If set to true, WebXRMeshDetector will convert coordinate systems for meshes. If not defined, mesh conversions from right handed to left handed coordinate systems won't be conducted. Right handed mesh data will be available through IWebXRVertexData.xrMesh.

Optional doNotRemoveMeshesOnSessionEndedSearch playground for doNotRemoveMeshesOnSessionEnded

doNotRemoveMeshesOnSessionEnded: boolean

If set to true a reference of the created meshes will be kept until the next session starts If not defined, meshes will be removed from the array when the feature is detached or the session ended.

Optional preferredDetectorOptionsSearch playground for preferredDetectorOptions

preferredDetectorOptions: XRGeometryDetectorOptions

Preferred detector configuration, not all preferred options will be supported by all platforms.

Optional worldParentNodeSearch playground for worldParentNode

worldParentNode: TransformNode

The node to use to transform the local results to world coordinates

Legend

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