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