Check
(
c
)
|
Not used on this mask.
Signature
override bool Check(Candidate c) Parameters Returns override boolÂ
true
|
SampleMask
(
c
)
|
This method generates a sample mask for the given candidate.
It applies an affine transformation to the local position of the candidate, and then uses the Worley noise function to generate a value between 0 and 1. The resulting value is used as the sample mask for the candidate.
Signature
override float SampleMask(Candidate c) Parameters Returns override floatÂ
The sample mask value for the given candidate.
|