We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bevy_light_field/tools/viewer.rs
Line 508 in 4bde4e8
} // TODO: add pipeline viewer /w left/right arrow keys and UI controls to switch between frames fn calculate_grid_dimensions(window_width: f32, window_height: f32, num_streams: usize) -> (usize, usize, f32, f32) { let window_aspect_ratio = window_width / window_height; let stream_aspect_ratio: f32 = 16.0 / 9.0;
The text was updated successfully, but these errors were encountered:
mosure
No branches or pull requests
bevy_light_field/tools/viewer.rs
Line 508 in 4bde4e8
The text was updated successfully, but these errors were encountered: