Hi
why is there a maximum (>Math.Pi) limit with the fovy ?
/// <exception cref="System.ArgumentOutOfRangeException">
/// Thrown under the following conditions:
/// <list type="bullet">
/// <item>fovy is zero, less than zero or larger than Math.PI</item>
Comments
Re: Matrix4.CreatePerspectiveFieldOfView() fovy limit
Because there used to be continuous posts about CreatePerspective* not working correctly from people passing degrees instead of radians.
This has been bothering me for weeks, don't know if it's best to remove the limitation or not.
Re: Matrix4.CreatePerspectiveFieldOfView() fovy limit
Ok.
Re: Matrix4.CreatePerspectiveFieldOfView() fovy limit
Maybe an exception for debug mode, yet the limitation removed from the description/release mode?