functionGraphRender
output
functionGraphRender
RayTK
v0.42
Visualizes the graph of a function operator.
This is intended primarily for use in the Inspector, though there may be other uses. It can take in multiple function inputs, which it will visualize with different colors of lines in the same graph.
It provides several outputs:
- Color - The rendered graph line.
- GUI - The graph line along with axes and range markers.
Parameters
Name | Description | Regular Handling | Read-Only Handling |
---|---|---|---|
Resolution | The rendering resolution. | ||
Domain Low | The low bound of the domain (x axis). | Runtime | Baked |
Domain High | The high bound of the domain (x axis). | Runtime | Baked |
Range Low | The low bound of the range (y axis). | Runtime | Baked |
Range High | The high bound of the range (y axis). | Runtime | Baked |
Line Thickness | Thickness of the graph line. | Runtime | Baked |
Line Blending | Amount of blending applied to the edges of the graph line. | Runtime | Baked |
Show Axis Labels | Whether to show axis labels in the GUI output. | ||
Timereferenceoperator | |||
Shader Builder Config | |||
Shaderinfo | |||
Shadercode | |||
Shadertop | |||
Outputtable | |||
Shaderbuilder | |||
Resolution | |||
Pixel Format | |||
| |||
Show Axes | |||
Time Reference Operator | |||
Customize Shader Config |
Inputs
-
Function 1
: (optional)- Coordinate Types:
float
- Context Types:
Context
- Return Types:
float
vec4
- Coordinate Types:
-
Function 2
: (optional)- Coordinate Types:
float
- Context Types:
Context
- Return Types:
float
vec4
- Coordinate Types:
-
Function 3
: (optional)- Coordinate Types:
float
- Context Types:
Context
- Return Types:
float
vec4
- Coordinate Types:
-
Function 4
: (optional)- Coordinate Types:
float
- Context Types:
Context
- Return Types:
float
vec4
- Coordinate Types: