浏览代码

removed delegate

vpenades 2 年之前
父节点
当前提交
db33d5e4f2
共有 1 个文件被更改,包括 0 次插入8 次删除
  1. 0 8
      demos/Demo4.VR/XRGame.cs

+ 0 - 8
demos/Demo4.VR/XRGame.cs

@@ -10,14 +10,6 @@ using Microsoft.Xna.Framework.Input.Oculus;
 
 namespace Microsoft.Xna.Framework
 {
-    /// <summary>
-    /// callback to retrieve the projection matrix
-    /// </summary>
-    /// <param name="nearPlane">near plane to use in the projection matrix</param>
-    /// <param name="farPlane">far plane to use in the projection matrix</param>
-    /// <returns>the projection matrix</returns>
-    public delegate Matrix ProjectionDelegate(float nearPlane, float farPlane);
-
     /// <inheritdoc/>    
     public class XRGame : Game
     {