bevy_lagrange 0.0.2

Bevy camera controller with pan, orbit, zoom-to-fit, queued animations, and trackpad support
Documentation
1
2
3
4
5
// Label constants
/// Font size used for all debug labels.
pub(super) const LABEL_FONT_SIZE: f32 = 11.0;
/// Pixel offset used to keep labels off line endpoints and screen edges.
pub(super) const LABEL_PIXEL_OFFSET: f32 = 8.0;