Add 3D view
See original GitHub issueAs discussed in #104 using WebGL in the view
app could improve zoom performance as well as allow for a 3D rendering of boards.
Three.js is probably the most widely used lib for WebGL. There is also a Three.js SVG Loader and a React renderer for Three.js.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Creating 3D Views | Revit 2021 - Autodesk Knowledge Network
How to create three-dimensional orthographic views of a building model.In Revit, there are two kinds of 3D views: orthographic and perspective 3D views....
Read more >Setting 3D views in PDFs - Adobe Support
From the Select Action menu, choose Go To A 3D/Multimedia View, and then click Add. In the Select A 3D View dialog box,...
Read more >User's Guide: 3D Views
You can create perspective and orthographic 3D views in Revit Architecture. Perspective 3D Views. Perspective 3D views show the building model in a...
Read more >3D View — Blender Manual
3D View . These add-ons relate to drawing or manipulating the 3D Viewport. 3D Navigation · Math Vis Console · MeasureIt · Precision...
Read more >Inserting a 3D View in a Drawing - 2020 - SolidWorks Web Help
If you create 3D views in SOLIDWORKS MBD, you can insert them in drawing views. In addition, you can insert any annotations that...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sorry for a late reply (missed the github notification).
I used three.js in a somewhat creative way. Punching holes using the transparent layer. Here’s a gist of the page to get you started: https://gist.github.com/henrikekblad/292349f928fe67ff574cb975fdaa7488
Just leaving this svg to 3d demo here in case it’s helpful in the future: https://kovacsv.github.io/JSModeler/documentation/examples/svgto3d.html