extend
Keywords:
- extend
- stretch
filter
extend
RayTK
v0.42
Clamps coordinates around an area, which causes its edges to be extended infinitely along each axis.
Parameters
| Name | Description | Regular Handling | Read-Only Handling |
|---|---|---|---|
Enable | |||
Center | The center position around which the coordinates are clamped. | Runtime | Baked |
Size | The size of the region outside which the coordinates are clamped. Within this area, the SDF will behave as it normally does. | Runtime | Baked |
Axes | Which axes should be extended. | Runtime | Baked |
| |||
Inputs
-
definition_in: (required)- Coordinate Types:
floatvec2vec3vec4 - Context Types:
ContextMaterialContextCameraContextLightContextRayContextParticleContextVertexContextPixelContext - Return Types:
floatvec4SdfVolumeRayLightParticle - Supports Variables From Inputs:
sizeFieldcenterField
- Coordinate Types:
-
Size Field: (optional)- Coordinate Types:
vec2vec3 - Context Types:
ContextMaterialContextCameraContextLightContextRayContextParticleContextVertexContextPixelContext - Return Types:
vec4
- Coordinate Types:
-
Center Field: (optional)- Coordinate Types:
vec2vec3 - Context Types:
ContextMaterialContextCameraContextLightContextRayContextParticleContextVertexContextPixelContext - Return Types:
vec4 - Supports Variables From Inputs:
sizeField
- Coordinate Types: