Feat/visualize bounding boxes#23
Merged
ulysse-bouchet-simvia merged 8 commits intomainfrom Apr 16, 2026
Merged
Conversation
Show the characteristic dimensions of the loaded meshes at a glance. A top toolbar button toggles a wireframe cube whose edges are colored per axis (X red, Y green, Z blue), with corner dots, a "0" origin marker, and X/Y/Z dimension labels anchored in 3D via vtkPixelSpaceCallbackMapper. The setting persists across sessions.
Quick-toggle between solid surface and wireframe representation for inspecting mesh density without navigating to the edge settings. The mode is re-applied on mesh load so it persists across reloads.
Saves a PNG next to the source file and copies it to clipboard. Left click captures the 3D canvas; right click composites the full webview (canvas + UI overlays via html-to-image). A slide-in tooltip confirms the filename and clipboard copy.
Replace native title attributes on toolbar buttons with the same group-hover inline tooltip pattern used elsewhere in the UI. Raise the sidebar stacking context (z-20) so its filter/clear tooltips render above the top toolbar.
Update the README with diagnostics, terminal reuse, direct .med opening, and the new viewer toolbar (bounding box, wireframe, screenshot). Add a Toolbar tab in the viewer help popup with icon mockups and descriptions for each toolbar feature.
The sidebar was bumped to z-20 for tooltip visibility, but the popup overlay stayed at z-10, causing help/settings popups to render behind the sidebar.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[1.7.0] - 2026-04-16
New viewer toolbar with bounding box, wireframe, and screenshot tools.
Added
.medopening, and toolbar featuresFixed