2019-12-24 15:42:09 +01:00
|
|
|
Render node
|
|
|
|
...........
|
|
|
|
|
|
|
|
The **Render** node generates images from a 3D signed distance function inputs.
|
|
|
|
|
2020-02-15 22:20:26 +01:00
|
|
|
.. image:: images/node_3d_sdf_render.png
|
2019-12-24 15:42:09 +01:00
|
|
|
: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.
|