Jelajahi Sumber

removed delegate

vpenades 2 tahun lalu
induk
melakukan
db33d5e4f2
1 mengubah file dengan 0 tambahan dan 8 penghapusan
  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
     {