CadQuery / CadQuery/sphinxcadquery
Fix display in mobile devices
Open
enhancement
good first issue
hacktoberfest
help wanted
- Dominant language
- JavaScript
- Stars
- 16
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Example:
https://bulebule.readthedocs.io/en/latest/building.html#rim
Try to reduce the window width to find the issue (3D models nor properly displayed).
Maybe better, have a look at:
https://threejsfundamentals.org/threejs/lessons/threejs-multiple-scenes.html
In particular, render to an off screen canvas and copy the result to a 2D canvas at each element. If performance is not too bad, it could be worth it.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.