Created by: portnov
This node generates random points, which are distributed according to the provided Scalar Field. It has two modes:
- Generate uniformly distributed points in areas where the value of scalar field is greater than threshold;
- Generate points according to the value of scalar field: put more points in areas where the value of scalar field is greater. More precisely, the probability of the vertex appearence at some point is proportional to the value of the scalar field at that point.
This node is being transferred from Sverchok-Extra, since it has no external dependencies.
Preflight checklist
Put an x letter in each brackets when you're done this item:
-
Code changes complete. -
Code documentation complete. -
Documentation for users complete (or not required, if user never sees these changes). -
Manual testing done. -
Unit-tests implemented. -
Ready for merge.