Description
SLerp Sampler (v1)
SLerpSampler Input(s) : 2 Vector Samplers, optional BlendSampler (if not connected blend value will be used) Output(s): Vector sampler outputting the spherical linear interpolated value of the incoming vectors
Input(s) : SamplerA - First vector input for slerp SamplerB - Second vector input for slerp BlendSampler - Optional FloatSampler to control blend per sampled vectors Blend - If BlendSampler is not connected this value controls the blend
Output(s): SamplerA [Passthrough] - First vector input for slerp
Information
| Module | DataflowNodes |
| Category | Samplers |
| Tags | Linear Interpolation |
| Type | FDataflowSLerpSamplerNode |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| SamplerA | First vector input for slerp | FDataflowVectorSampler | () |
| SamplerB | Second vector input for slerp | FDataflowVectorSampler | () |
| BlendSampler | Optional FloatSampler to control blend per sampled vectors | FDataflowFloatSampler | () |
| Blend | If BlendSampler is not connected this value controls the blend | float | 0.000000 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| SamplerA | First vector input for slerp | FDataflowVectorSampler |