Reset the orienation, position, & distance of the wireframe view
| 162 | |
| 163 | // Reset the orienation, position, & distance of the wireframe view |
| 164 | void ResetWireframeView() { |
| 165 | Wireframe_view->dist = DEFAULT_VIEW_DIST; |
| 166 | Wireframe_view->rad = DEFAULT_VIEW_RAD; |
| 167 | vm_MakeIdentity(&Wireframe_view->orient); |
| 168 | |
| 169 | Wireframe_view->target = Mine_origin; |
| 170 | |
| 171 | Edview_changed = 1; |
| 172 | } |
| 173 | |
| 174 | // Reset the view radius of the wireframe view |
| 175 | void ResetWireframeViewRad() { |
no test coverage detected