mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
24 lines
475 B
ReStructuredText
24 lines
475 B
ReStructuredText
|
Debug node
|
||
|
~~~~~~~~~~~
|
||
|
|
||
|
The **Debug** node can be used to show the shader used to generate its input.
|
||
|
|
||
|
.. image:: images/node_debug.png
|
||
|
:align: center
|
||
|
|
||
|
The **Show shader** button will open a pane that shows the whole shader. That code
|
||
|
can be copied and directly used in Shadertoy.
|
||
|
|
||
|
.. image:: images/node_debug_pane.png
|
||
|
:align: center
|
||
|
|
||
|
Inputs
|
||
|
++++++
|
||
|
|
||
|
The **Debug** node has an input whose shader can be shown.
|
||
|
|
||
|
Outputs
|
||
|
+++++++
|
||
|
|
||
|
The **Debug** node does not have any output.
|