orbit_around#

deltacamera.Camera.orbit_around(world_point_pivot, angle_radians, axis='vertical')[source]#

Rotate the camera around a vertical or horizontal axis passing through world point by angle_radians.

Parameters:
  • world_point_pivot – the world coordinates of the pivot point to turn around

  • angle_radians – the amount to rotate

  • axis – ‘vertical’ or ‘horizontal’.