Class XrSpatialAnchorCreateInfoHTC

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrSpatialAnchorCreateInfoHTC>
org.lwjgl.openxr.XrSpatialAnchorCreateInfoHTC
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class XrSpatialAnchorCreateInfoHTC extends org.lwjgl.system.Struct<XrSpatialAnchorCreateInfoHTC> implements org.lwjgl.system.NativeResource
Information to create a spatial anchor.
Description

The poseInSpace is transformed into world space to specify the point in the real world. The anchor tracks changes of the reality and may not be affected by the changes of space.

Valid Usage (Implicit)
See Also

XrPosef, XrSpatialAnchorNameHTC, CreateSpatialAnchorHTC

Layout


 struct XrSpatialAnchorCreateInfoHTC {
     XrStructureType type();
     void const * next();
     XrSpace space();
     XrPosef poseInSpace();
     XrSpatialAnchorNameHTC name();
 }