Description
SamplerRange (v1)
If the input is a FloatSampler, it samples a 3D grid of points into the input samplers RenderBounds, samples the the input sampler using these points and computes the Min/Max values of the sampled values. If the input is a VectorSampler, it samples a 3D grid of points into the input samplers RenderBounds, samples the the input sampler using these points and computes the Min/Max values of the sampled vectors length values.
Input(s) : Sampler [Intrinsic] - Input sampler
Output(s): Sampler [Passthrough] - Input sampler NumSamplePoints - Number of sampled points output MinSampledValue - Minimum value of the sampled points output MaxSampledValue - Maximum value of the sampled points output
Information
| Module | DataflowNodes |
| Category | Samplers|Utility |
| Type | FSamplerRangeDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| PointSeparation | PointSeparation used for the 3D grid point generation in the input sampler's RenderBounds | float | 2.000000 |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Sampler | Input sampler | FDataflowSamplerTypes | (Value=()) |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Sampler | Input sampler | FDataflowSamplerTypes | |
| NumSamplePoints | Number of sampled points output | int32 | |
| MinSampledValue | Minimum value of the sampled points output | float | |
| MaxSampledValue | Maximum value of the sampled points output | float |