Programming API Reference: EduGraf.Cameras

Class public OrbitCamera

: Camera
This camera orbits around the given center on the given radius. Refer to the UI documentation about how to control it. Pass in its position and the center around which it orbits. The camera is perspective by default.
Property public Point3 Center { get; set; }: this camera looks at and orbits around.

Method public override void Handle()

Hande the input event. Pass this to the window inorder to receive the events.
  • InputEvent e