Skip to main content

Module camera

Module camera 

Source
Expand description

Arcball camera, frustum, view presets, and animator.

Re-exports§

pub use camera::Camera;
pub use camera::CameraTarget;
pub use camera::Projection;

Modules§

animator
Smooth camera motion with exponential damping and fly-to animations. Smooth camera motion with exponential damping and fly-to animations.
camera
Arcball camera with perspective and orthographic projections.
frustum
View frustum planes and AABB culling. View frustum extraction and AABB culling.
view_preset
Named standard camera orientations (front, top, isometric, etc.). Named camera orientations for standard engineering views.