jscad / OpenJSCAD.org

JSCAD is an open source set of modular, browser and command line tools for creating parametric 2D and 3D designs with JavaScript code. It provides a quick, precise and reproducible method for generating 3D models, and is especially useful for 3D printing applications.
https://openjscad.xyz/
MIT License
2.58k stars 505 forks source link

X3D serializer: optional smoothing, Y up, X3D version #1236

Closed andreasplesch closed 1 year ago

andreasplesch commented 1 year ago

All Submissions:

addresses partially #1235 also sets X3D version to 3.3 since some printing services check for the version

andreasplesch commented 1 year ago

https://gist.githack.com/andreasplesch/dc3595c5cf5198bedd7dbdb119a7a059/raw/4c9aed0dd47191873fc4e87870125eecc75c1ab1/x3dom_jscad.html is how the X3D looks after these changes.

andreasplesch commented 1 year ago

Super.