コード例 #1
0
 public void AdjustLens(double pointOfView, double aspectRatio, double nearZ, double farZ)
 {
     Display.AdjustLens(pointOfView, aspectRatio, nearZ, farZ);
 }
コード例 #2
0
 public void AdjustLens(double pointOfView, double aspectRatio, double nearZ, double farZ)
 {
     CoreInterface.AdjustLens(pointOfView, aspectRatio, nearZ, farZ);
 }