Get the current camera position (set by begin_mode_3d).
(&self)
| 8707 | |
| 8708 | /// Get the current camera position (set by begin_mode_3d). |
| 8709 | pub fn camera_pos(&self) -> [f32; 3] { |
| 8710 | self.current_camera_pos |
| 8711 | } |
| 8712 | |
| 8713 | /// Get the inverse VP matrix for unprojecting screen coords to world rays. |
| 8714 | pub fn inverse_vp_matrix(&self) -> [[f32; 4]; 4] { |
no outgoing calls
no test coverage detected