gridPattern
pattern
gridPattern
RayTK
v0.42
Rectangular grid pattern.
This operator produces different types of values from the grid depending on the selected Format.
Parameters
Name | Description | Regular Handling | Read-Only Handling |
---|---|---|---|
Format | What type of values to produce from the pattern. | Baked | Baked |
| |||
Translate | Moves the entire pattern. | Runtime | Baked |
Size | Scales the pattern. | ||
Thickness | Thickness of the edges between the cells. | ||
Blending | Amount of blending between cells and edges. | ||
Fill Color | Color to use for the cells (when applicable). | ||
Edge Color | Color to use for the edges (when applicable). | ||
Spacing | Runtime | Baked |
Inputs
-
Coordinate Field
: (optional) Field that produces vectors that the pattern uses as coordinates instead of regular spatial position. Only the X and Y parts are used.- Coordinate Types:
vec2
vec3
- Context Types:
Context
MaterialContext
CameraContext
LightContext
RayContext
ParticleContext
VertexContext
PixelContext
- Return Types:
vec4
- Coordinate Types:
-
Spacing Field
: (optional) Field that controls the sizing of the grid cells.- Coordinate Types:
vec2
vec3
- Context Types:
Context
MaterialContext
CameraContext
LightContext
RayContext
ParticleContext
VertexContext
PixelContext
- Return Types:
float
vec4
- Supports Variables From Inputs:
coordField
- Coordinate Types:
-
Thickness Field
: (optional) Field that controls the thickness of the edges between cells.- Coordinate Types:
vec2
vec3
- Context Types:
Context
MaterialContext
CameraContext
LightContext
RayContext
ParticleContext
VertexContext
PixelContext
- Return Types:
float
- Supports Variables From Inputs:
coordField
spacingField
- Coordinate Types:
-
Blending Field
: (optional) Field that controls the amount of blending between cells and edges.- Coordinate Types:
vec2
vec3
- Context Types:
Context
MaterialContext
CameraContext
LightContext
RayContext
ParticleContext
VertexContext
PixelContext
- Return Types:
float
- Supports Variables From Inputs:
coordField
spacingField
thicknessField
- Coordinate Types:
-
Fill Color Field
: (optional) Field that provides colors for the cells.- Coordinate Types:
vec2
vec3
- Context Types:
Context
MaterialContext
CameraContext
LightContext
RayContext
ParticleContext
VertexContext
PixelContext
- Return Types:
float
vec4
- Supports Variables From Inputs:
coordField
spacingField
thicknessField
blendingField
- Coordinate Types:
-
Edge Color Field
: (optional) Field that provides colors for the edges.- Coordinate Types:
vec2
vec3
- Context Types:
Context
MaterialContext
CameraContext
LightContext
RayContext
ParticleContext
VertexContext
PixelContext
- Return Types:
float
vec4
- Supports Variables From Inputs:
coordField
spacingField
thicknessField
blendingField
fillColorField
- Coordinate Types: