Generates uniform sampling points with simplex noise applied for a given plane in localspace.
The points will be generated based on the specified resolution within the interior of the plane, with no points on the borders. If the plane is too small, at least one point will still be generated.
ParameterssceneAnchorThe MRUKAnchor representing the plane.
configThe configuration for point sampling.
ReturnsA tuple containing two arrays: the first array contains the sampling points in local space, and the second array contains the normalized sampling points.