metaballField
field
metaballField
RayTK
v0.42
Metaball value field.
Parameters
Name | Description | Regular Handling | Read-Only Handling |
---|---|---|---|
Coord Type | |||
| |||
Center | Center position of the ball. | Runtime | Baked |
Radius | Radius of the ball on each axis. In 2D mode, only x and y are used. In 1D only x is used. | Runtime | Baked |
Radius Scale | Scales the radius on all axes. | Runtime | Baked |
Weight | The returned values are multiplied by this. | Runtime | Baked |
Exponent | Controls the shape of the ball by applying exponential scaling to coordinates. | Runtime | Baked |
Inputs
-
Coordinate Field
: (optional)- Coordinate Types:
float
vec2
vec3
vec4
- Context Types:
Context
MaterialContext
CameraContext
LightContext
RayContext
ParticleContext
VertexContext
PixelContext
- Return Types:
float
vec4
- Coordinate Types:
-
Center Field
: (optional)- Coordinate Types:
float
vec2
vec3
vec4
- Context Types:
Context
MaterialContext
CameraContext
LightContext
RayContext
ParticleContext
VertexContext
PixelContext
- Return Types:
float
vec4
- Supports Variables From Inputs:
coordField
- Coordinate Types:
-
Radius Field
: (optional)- Coordinate Types:
float
vec2
vec3
vec4
- Context Types:
Context
MaterialContext
CameraContext
LightContext
RayContext
ParticleContext
VertexContext
PixelContext
- Return Types:
float
vec4
- Supports Variables From Inputs:
coordField
centerField
- Coordinate Types:
-
Weight Field
: (optional)- Coordinate Types:
float
vec2
vec3
vec4
- Context Types:
Context
MaterialContext
CameraContext
LightContext
RayContext
ParticleContext
VertexContext
PixelContext
- Return Types:
float
- Supports Variables From Inputs:
coordField
centerField
radiusField
- Coordinate Types:
-
Exponent Field
: (optional)- Coordinate Types:
float
vec2
vec3
vec4
- Context Types:
Context
MaterialContext
CameraContext
LightContext
RayContext
ParticleContext
VertexContext
PixelContext
- Return Types:
float
vec4
- Supports Variables From Inputs:
coordField
centerField
radiusField
weightField
- Coordinate Types: