Jason Harris
Jason Harris
Problem: The marching cubes algorithm gives STLs that are large in size and have aliasing defects on sharp edges. Solution: Have a mesh generation algorithm that is adaptive to the...
Use the example program. Get yourself into completeLine(). Press escape - original buffer is restored. Good. Get yourself into completeLine(). Press left arrow - original buffer is restored. Not good....
Added 3mf support to https://github.com/deadsy/sdfx. It looks like the compression process is adding some per-run data. It doesn't look like a timestamp. Not a show-stopper but having the same input...
For each cube you do an evaluation on the 8 vertices of the cube. Cubes are adjacent so many vertices will get evaluated up to 8 times - to produce...