Sandbox Logo

VROverlay.Curvature

float Curvature { get; set; }

Description

Use to draw overlay as a curved surface. Curvature is a percentage from (0..1] where 1 is a fully closed cylinder. For a specific radius, curvature can be computed as: overlay.width / (2 PI r).

Return

User Comments