Beispiel #1
0
 public static Frustum FromViewProj(Matrix vp) {
     var ret = new Frustum(vp);
     return ret;
 }