Get the current view-projection matrix (set by begin_mode_3d).
(&self)
| 8702 | |
| 8703 | /// Get the current view-projection matrix (set by begin_mode_3d). |
| 8704 | pub fn vp_matrix(&self) -> [[f32; 4]; 4] { |
| 8705 | self.current_vp_matrix |
| 8706 | } |
| 8707 | |
| 8708 | /// Get the current camera position (set by begin_mode_3d). |
| 8709 | pub fn camera_pos(&self) -> [f32; 3] { |
no outgoing calls
no test coverage detected