Reset the view radius of the wireframe view
| 173 | |
| 174 | // Reset the view radius of the wireframe view |
| 175 | void ResetWireframeViewRad() { |
| 176 | Wireframe_view->rad = DEFAULT_VIEW_RAD; |
| 177 | Edview_changed = 1; |
| 178 | } |
| 179 | |
| 180 | // Set the wireframe view target to a specific location |
| 181 | // Does not reset the distance or orientation |
no outgoing calls
no test coverage detected