This commit is contained in:
ikpil 2023-09-03 05:06:29 +09:00
parent 1cf974c2ce
commit 32251f756f
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ using DotRecast.Core;
namespace DotRecast.Recast.Demo.Draw;
public class GLU
public static class GLU
{
public static float[] GluPerspective(float fovy, float aspect, float near, float far)
{