Class reference
OpenXRCompositionLayerEquirect
Inherits OpenXRCompositionLayer
Experimental.
An OpenXR composition layer that is rendered as an internal slice of a sphere.
Description
An OpenXR composition layer that allows rendering a SubViewport on an internal slice of a sphere.
Properties
float central_horizontal_angle = 1.5707964
float central_horizontal_angle = 1.5707964The central horizontal angle of the sphere. Used to set the width.
int fallback_segments = 10
int fallback_segments = 10The number of segments to use in the fallback mesh.
float lower_vertical_angle = 0.7853982
float lower_vertical_angle = 0.7853982The lower vertical angle of the sphere. Used (together with upper_vertical_angle) to set the height.
float radius = 1.0
float radius = 1.0The radius of the sphere.
float upper_vertical_angle = 0.7853982
float upper_vertical_angle = 0.7853982The upper vertical angle of the sphere. Used (together with lower_vertical_angle) to set the height.