Expand description

Optional extensions to the base camera controller.

Modules§

  • A bevy_editor_cam extension that draws an indicator in the scene at the location of the anchor. This makes it more obvious to users what point in space the camera is rotating around, making it easier to use and understand.
  • A bevy_editor_cam extension that adds the ability to smoothly transition between perspective and orthographic projections using what’s known as a “dolly zoom” in film. This is useful because it ensures that the object the user is focusing on does not change size even as the projection changes.
  • A bevy_editor_cam extension that provides a skybox rendered by a different camera with a different field of view than the camera it is added to. This allows you to use very narrow camera FOVs, or even orthographic projections, while keeping the appearance of the skybox unchanged.