예제 #1
0
 public static void View2d(double left, double bottom, double right, double top)
 {
     ProjectionMatrix = Mat4.CreateOrtho(left, right, bottom, top, -1, 1);
     CameraMatrix     = Mat4.Identity;
 }