Package org.lwjgl.ovr

Class OVRLayerCube

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class OVRLayerCube extends Struct<OVRLayerCube> implements NativeResource
Describes a layer of type LayerType_Cube which is a single timewarped cubemap at infinity. When looking down the recentered origin's -Z axis, +X face is left and +Y face is up. Similarly, if headlocked the +X face is left, +Y face is up and -Z face is forward. Note that the coordinate system is left-handed.

LayerFlag_TextureOriginAtBottomLeft flag is not supported by ovrLayerCube.

Layout


 struct ovrLayerCube {
     ovrLayerHeader Header();
     ovrQuatf Orientation();
     ovrTextureSwapChain CubeMapTexture();
 }