mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
28 lines
633 B
ReStructuredText
28 lines
633 B
ReStructuredText
Render node
|
|
...........
|
|
|
|
The **Render** node generates images from a 3D signed distance function inputs.
|
|
|
|
.. image:: images/node_sdf3d_render.png
|
|
:align: center
|
|
|
|
Inputs
|
|
::::::
|
|
|
|
The **Render** node accepts an input in 3D signed distance function format.
|
|
|
|
Outputs
|
|
:::::::
|
|
|
|
The **Render** node generates two images from its input:
|
|
|
|
* a *height map* of the rendered input along the Z axis
|
|
* a *normal map* of the rendered input calculated directly
|
|
using the 3D signed function (and consequently more
|
|
accurate than a normal map generated from the height map)
|
|
|
|
Parameters
|
|
::::::::::
|
|
|
|
The **Render** node does no accept any parameter.
|