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

Function SetWireframeView

editor/moveworld.cpp:182–186  ·  view source on GitHub ↗

Set the wireframe view target to a specific location Does not reset the distance or orientation

Source from the content-addressed store, hash-verified

180// Set the wireframe view target to a specific location
181// Does not reset the distance or orientation
182void SetWireframeView(vector *pos) {
183 Wireframe_view->target = *pos;
184
185 Edview_changed = 1;
186}

Callers 2

OnViewCenterOnCubeMethod · 0.85
OnViewCenterOnObjectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected