Class GLEquirectangularViewSettings
Class GLEquirectangularViewSettings.
Inherited Members
Namespace: VisioForge.Core.Types.X.OpenGL
Assembly: VisioForge.Core.dll
Syntax
public class GLEquirectangularViewSettings
Constructors
GLEquirectangularViewSettings(int, int)
Initializes a new instance of the GLEquirectangularViewSettings class.
Declaration
public GLEquirectangularViewSettings(int videoWidth, int videoHeight)
Parameters
Type | Name | Description |
---|---|---|
int | videoWidth | Width of the video. |
int | videoHeight | Height of the video. |
Properties
FOV
Gets or sets the fov (degrees).
Declaration
public float FOV { get; set; }
Property Value
Type | Description |
---|---|
float | The fov. |
Pitch
Gets or sets the pitch (degrees).
Declaration
public float Pitch { get; set; }
Property Value
Type | Description |
---|---|
float | The pitch. |
Roll
Gets or sets the roll (degrees).
Declaration
public float Roll { get; set; }
Property Value
Type | Description |
---|---|
float | The roll. |
Yaw
Gets or sets the yaw (degrees).
Declaration
public float Yaw { get; set; }
Property Value
Type | Description |
---|---|
float | The yaw. |