FieldsYeh
Results
2
issues of
FieldsYeh
from sdf import * f = sphere(1) & box(1.5) c = cylinder(0.5) f -= c.orient(X) | c.orient(Y) | c.orient(Z) f.save('out.stl', step=0.002) Encounter divide problem when step=0.002 or 0.001
I can not find how to set primitive: { topology: 'point-list' },does this lib support point cloud render?