[]
Creates a new instance of the PerspectiveProjection class.
public PerspectiveProjection(float perspectiveAngle)
Public Sub New(perspectiveAngle As Single)
Type | Name | Description |
---|---|---|
float | perspectiveAngle | Field of view angle. |
Type | Condition |
---|---|
ArgumentOutOfRangeException | perspectiveAngle is less than or equal to zero or persepectiveAngle is greater than 100. |