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

Method OnRoomPropagateToAdjacentCoplanarFaces

editor/editorView.cpp:1451–1455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1449}
1450
1451void CEditorView::OnRoomPropagateToAdjacentCoplanarFaces() {
1452 extern void PropagateToConnectedFaces(room * rp, int facenum);
1453
1454 PropagateToConnectedFaces(Curroomp, Curface);
1455}
1456
1457void CEditorView::OnViewFlip() {
1458 Viewer_object->orient.fvec = -Viewer_object->orient.fvec;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected