예제 #1
0
 private void CalculateView()
 {
     this.view = Mat4.LookAt(position, position + front, up);
 }