Class XRPassthroughSurfaceMesh
This class represents the surface mesh used to project the passthrough layer.
Inherited Members
Namespace: Evergine.Framework.XR.Passthrough
Assembly: Evergine.Framework.dll
Syntax
public abstract class XRPassthroughSurfaceMesh : DisposableObject
Properties
Mesh
Gets the projeced mesh.
Declaration
public abstract Mesh Mesh { get; }
Property Value
Type | Description |
---|---|
Mesh |
PassthroughLayer
Gets the associated passtrhrough layer.
Declaration
public abstract XRPassthroughLayer PassthroughLayer { get; }
Property Value
Type | Description |
---|---|
XRPassthroughLayer |
WorldToTrackingSpace
Gets or sets the transform of the mesh respect the tracking space.
Declaration
public abstract Matrix4x4 WorldToTrackingSpace { get; set; }
Property Value
Type | Description |
---|---|
Matrix4x4 |