2019-12-24 15:42:09 +01:00
|
|
|
Box node
|
|
|
|
........
|
|
|
|
|
|
|
|
The **Box** node generates a 3d signed distance function for a box with rounded corners.
|
|
|
|
|
2020-02-15 22:20:26 +01:00
|
|
|
.. image:: images/node_3d_sdf_shapes_box.png
|
2019-12-24 15:42:09 +01:00
|
|
|
:align: center
|
|
|
|
|
|
|
|
Inputs
|
|
|
|
::::::
|
|
|
|
|
|
|
|
The **Box** node does not accept any input.
|
|
|
|
|
|
|
|
Outputs
|
|
|
|
:::::::
|
|
|
|
|
|
|
|
The **Box** node generates a signed distance function for a box.
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
::::::::::
|
|
|
|
|
|
|
|
The **Box** node accepts the following parameters:
|
|
|
|
|
|
|
|
* the X, Y and Z sizes of the box (not including the rounded corners and edges)
|
|
|
|
* the radius of the rounded corners and edges
|
|
|
|
|
|
|
|
Example images
|
|
|
|
::::::::::::::
|
|
|
|
|
|
|
|
.. image:: images/node_sdf3d_box_sample.png
|
|
|
|
:align: center
|