Skip to content

Commit

Permalink
feat: make the fields for setting up the view matrix world point hand…
Browse files Browse the repository at this point in the history
…ler public
  • Loading branch information
ccrutchf committed Jun 21, 2024
1 parent 58d8741 commit 7e9a8da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/world_point_handlers/view_matrix_world_point_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ use ndarray::{array, s, Array1, Array2};
use super::WorldPointHandler;

pub struct ViewMatrixWorldPointHandler {
camera_intrinsics_inverted: Array2<f32>,
view_matrix_inverted: Array2<f32>
pub camera_intrinsics_inverted: Array2<f32>,
pub view_matrix_inverted: Array2<f32>
}

impl WorldPointHandler for ViewMatrixWorldPointHandler {
Expand Down

0 comments on commit 7e9a8da

Please sign in to comment.