Re: java3d, jogamp and an stl viewer
Posted by ag123 on Mar 14, 2017; 10:26pm
URL: https://forum.jogamp.org/java3d-jogamp-and-an-stl-viewer-tp4037771p4037788.html
did a round of fixes it probably open many more binary stl files
the catch is that some binary stl files starts with "solid" in the header text, this confuses the stl parser to treat that as an ascii stl file. added some logic in the parser to correctly tell apart ascii stl files and binary stl files with "solid" in the header, many more files it seemed are viewable now