Skip to content

feat: 3D viewer controls (zoom, rotate, fullscreen) and multi-CAD file support#868

Merged
phoebus-84 merged 4 commits into
mainfrom
multiple_cads
Jun 24, 2026
Merged

feat: 3D viewer controls (zoom, rotate, fullscreen) and multi-CAD file support#868
phoebus-84 merged 4 commits into
mainfrom
multiple_cads

Conversation

@phoebus-84

Copy link
Copy Markdown
Collaborator

Summary

Adds interactive controls to the 3D viewer and supports uploading/displaying multiple CAD files.

Changes

StepModelViewer — new control buttons after each viewer:

  • Zoom in / Zoom out
  • Rotate (left, right, up, down)
  • Reset view (re-fits model to window)
  • Fullscreen toggle (browser Fullscreen API)

ModelFilesStep (creation form):

  • Removed maxFiles={4} limit — users can upload many STEP/STP/STL files
  • Updated labels and help text

ProjectDetailNew (design detail page):

  • Section renamed to "3D and CAD Files"
  • All model files shown as individual cards with inline viewers (not just the first viewable one)
  • Each card shows: file index, file name, format badge (STEP/STL), download link

Screenshots

N/A — run locally to verify

Closes interfacer-gui-494

phoebus-84 and others added 4 commits June 18, 2026 18:41
…ile support

- StepModelViewer: added zoom in/out, rotate (L/R/U/D), reset view, and fullscreen buttons
- ModelFilesStep: removed maxFiles=4 limit to support many CAD uploads
- ProjectDetailNew: show all model files as individual cards with inline viewers, renamed to '3D and CAD Files'
@phoebus-84 phoebus-84 merged commit 0f7d4df into main Jun 24, 2026
1 check passed
@phoebus-84 phoebus-84 deleted the multiple_cads branch June 24, 2026 09:27
phoebus-84 added a commit that referenced this pull request Jul 2, 2026
- **chore: 🔧 new publish workflow also for tchibo branch (#809)**
- **style: 🎨  lighter markdown editor (#763)**
- **feat: ✨ links to projects now lead to new products page (#813)**
- **feat: ✨ improve UX for unauthenticated users (#814)**
- **fix: 🐛 project images editing (#817)**
- **fix: 🐛 qr code disappear for projects that have it and new tabs
mapping for url params (#818)**
- **feat: ✨ add recyclability and repairability filters (#821)**
- **feat: interfacer gui big rework phase 1 (#825)**
- **fix: 🐛 migrate to mominatim for location autocomplete and lookup
(#834)**
- **feat(dpp): ✨ dedicated DPP detail page with prototype-matching UI
(#835)**
- **feat(layout): ✨ show top bar and sidebar for unauthenticated users
(#836)**
- **fix(nav): 🐛 Designs links to /designs, fix active state catch-all
(#837)**
- **feat: ✨ wire sorting orderBy and distinctPrimaryAccountableCount
from backend (#838)**
- **feat(dpp): ✨ redesign DPP tab to match Figma prototype (#839)**
- **refactor(ui): remove redundant owner banners and fix search filters
(#840)**
- **refactor(tags): ♻️ 🏷️ prefix user tags with tag- to disambiguate
from system classifiedAs (#841)**
- **feat(project): ✨ add DPP-backed 3D model viewer (#848)**
- **fix(docker): 🐛 replace broken pnpm download URL with corepack
(#849)**
- **fix(cards): 🐛 remove image rounded corners and allow two-line titles
(#860)**
- **fix(docker): 🐛 pin pnpm version to fix frozen-lockfile mismatch
(#863)**
- **fix: 🐛 re-add Machines tab to profile page with proper spec
filtering (#861)**
- **fix: 🐛 restrict manufacturability filter to designs catalog, driven
by derived products (#859)**
- **fix: 🐛 catalogue filters ux, remove apply button (#858)**
- **fix(docker): 🐛 fix build failure — NODE_ENV blocking devDeps and
transpilePackages config (#865)**
- **fix(docker): 🐛 simplify Dockerfile — build at startup so gui.env
vars are available (#867)**
- **feat: ✨ implement feedback system (reviews + comments) in project
detail pages (#862)**
- **fix: 🐛 unrelated dpps in product details (#869)**
- **feat: 3D viewer controls (zoom, rotate, fullscreen) and multi-CAD
file support (#868)**

---------

Co-authored-by: Puria Nafisi Azizi <puria@dyne.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant