Example #1
0
 public Camera(Viewer window, Vector3 position) : this(window, position, Vector3.UnitY)
 {
 }
Example #2
0
 public Camera(Viewer window, float x, float y, float z) : this(window, new Vector3(x, y, z))
 {
 }