Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IWebXRPlane

A babylon interface for a WebXR plane. A Plane is actually a polygon, built from N points in space

Supported in chrome 79, not supported in canary 81 ATM

Hierarchy

  • IWebXRPlane

Index

Properties

idSearch playground for id

id: number

a babylon-assigned ID for this polygon

polygonDefinitionSearch playground for polygonDefinition

polygonDefinition: Array<Vector3>

an array of vector3 points in babylon space. right/left hand system is taken into account.

transformationMatrixSearch playground for transformationMatrix

transformationMatrix: Matrix

A transformation matrix to apply on the mesh that will be built using the polygonDefinition Local vs. World are decided if worldParentNode was provided or not in the options when constructing the module

xrPlaneSearch playground for xrPlane

xrPlane: XRPlane

the native xr-plane object

Legend

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