| 1120 | } |
| 1121 | |
| 1122 | void SDFEditor::updateEditPrimitives() |
| 1123 | { |
| 1124 | mCurrentEdit.pSDFGrid->updatePrimitives({{mCurrentEdit.primitiveID, mCurrentEdit.primitive}}); |
| 1125 | if (mUI2D.symmetryPlane.active) |
| 1126 | { |
| 1127 | updateSymmetryPrimitive(); |
| 1128 | mCurrentEdit.pSDFGrid->updatePrimitives({{mCurrentEdit.symmetryPrimitiveID, mCurrentEdit.symmetryPrimitive}}); |
| 1129 | } |
| 1130 | } |
| 1131 | |
| 1132 | void SDFEditor::handleToggleEditing() |
| 1133 | { |
nothing calls this directly
no test coverage detected