j8sr0230 / Nodes

Visual scripting workbench for FreeCAD
GNU Lesser General Public License v2.1
74 stars 11 forks source link

Populate Face Node #88

Closed j8sr0230 closed 1 year ago

j8sr0230 commented 1 year ago

The old Populate (Srf) node used simple UV mapping to map random positions on surfaces, resulting in clumps especially in strong distorted UV regions (see figure).

old_populate_face

The new Populate Face node uses an additional minimum distance between positions to avoid clumping (cf. Blue Noise).

populate_face