(&self, handle: f64)
| 108 | } |
| 109 | |
| 110 | pub fn get(&self, handle: f64) -> Option<&ModelData> { |
| 111 | self.models.get(handle) |
| 112 | } |
| 113 | |
| 114 | /// Return the axis-aligned bounding box of a loaded model as |
| 115 | /// `(min_xyz, max_xyz)`. Used by editors to size move/rotate gizmos, |
no outgoing calls
no test coverage detected