MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / ResetWireframeViewRad

Function ResetWireframeViewRad

editor/moveworld.cpp:175–178  ·  view source on GitHub ↗

Reset the view radius of the wireframe view

Source from the content-addressed store, hash-verified

173
174// Reset the view radius of the wireframe view
175void 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

Callers 2

EditorLoadLevelFunction · 0.85
OnViewResetViewRadiusMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected