Carbon Distance Scatter¶
Description¶
Scatter points on a surface and additionally enforce a minimum distance between any two generated points.
Inputs¶
Input #1: Surface node
Attach this node to a node containing surface geometry.
Parameters¶
Distance distance
Minimum distance between any two generated points.
Group group
Group of primitives on which to generate points.
Density Scale densityScale
Value or multiplier indicating the density of points to generate.
Use Density Attribute useDensityAttrib
Enable using a Density attribute to influence the scattering.
Density Attribute densityAttrib
An attribute specifying the density of points to generate. The attribute can be a point, vertex, primitive, or detail attribute, and in the case of point and vertex attributes, the density will be linearly interpolated over the area of the primitive.
Global Seed seed
This random seed is used for determining the number of points to be generated on each primitive and for generating the points on each primitive, as well as randomizing the order.