ZhangZihan
ZhangZihan
> @zzh97 Welcome > > it's probably about rotation. The polygons have to follow the rule for rotation. See the API document for poly3. > > Are you creating the...
> @zzh97 Can you explain more? Can you provide a simple example? When the file ( `@jscad\\modeling\\src\\maths\\constants.js`) is modified. ```js // const spatialResolution = 1e5 const spatialResolution = 1e3 //...
@z3dev I think I have found the cause of this problem. I modified `constants.ESP`. There used `ESP` in `@jscad\modeling\src\operations\modifiers\reTesselateCoplanarPolygons.js` And I use `retessellate(geom3.create(polygons))` to create `geom` in my project. So...