mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
30 lines
494 B
ReStructuredText
30 lines
494 B
ReStructuredText
From2D node
|
|
~~~~~~~~~~~
|
|
|
|
The **From2D** node generates a 3D texture from a 2D texture by projecting it along the Z axis.
|
|
|
|
.. image:: images/node_3d_texture_from2d.png
|
|
:align: center
|
|
|
|
Inputs
|
|
......
|
|
|
|
The **From2D** node accepts a single 2D texture as input
|
|
|
|
Outputs
|
|
.......
|
|
|
|
The **From2D** node generates a 3D texture.
|
|
|
|
Parameters
|
|
..........
|
|
|
|
The **From2D** node does not accept any parameter.
|
|
|
|
Example images
|
|
..............
|
|
|
|
.. image:: images/node_3d_texture_from2d_sample.png
|
|
:align: center
|
|
|