Mat4::orthographic_rh(-10.0, 10.0, -10.0, 10.0, 10.0, -10.0), https://github.com/schell/renderling/blob/9b518464ad2cb96962c4f9b8c99bf6e872aa4028/crates/renderling/src/bvol.rs#L663-L664
Mat4::orthographic_rh(-10.0, 10.0, -10.0, 10.0, 10.0, -10.0),
renderling/crates/renderling/src/bvol.rs
Lines 663 to 664 in 9b51846