react-stl-viewer
react-stl-viewer copied to clipboard
Support of text STL format
The STL file can be in two types: binary and text now I can render binary format only it would be nice if text format also would be supported.
openscad -o model.stl model.scad - created STL in text format by default
openscad --export-format binstl -o model.stl model.scad - created STL in text format by default
Is it possible to support text format as well?