2020-01-11 23:10:46 +01:00
|
|
|
CreateMap node
|
|
|
|
~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
The **CreateMap** node creates a map holding height, orientation and offset information
|
|
|
|
used to combine simple materials.
|
|
|
|
|
|
|
|
.. image:: images/node_workflow_createmap.png
|
2020-02-15 22:20:26 +01:00
|
|
|
:align: center
|
2020-01-11 23:10:46 +01:00
|
|
|
|
|
|
|
Inputs
|
|
|
|
++++++
|
|
|
|
|
|
|
|
The **CreateMap** node accepts two inputs:
|
|
|
|
|
|
|
|
* the *height* component as a greyscale image.
|
|
|
|
|
|
|
|
* an optional offset map.
|
|
|
|
|
|
|
|
Outputs
|
|
|
|
+++++++
|
|
|
|
|
|
|
|
The **CreateMap** node outputs the map in an RGB image where:
|
|
|
|
|
|
|
|
* the red component holds the height information
|
|
|
|
|
|
|
|
* the green component holds the orientation information
|
|
|
|
|
|
|
|
* the blue component holds the offset information
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
++++++++++
|
|
|
|
|
|
|
|
The **CreateMap** node has two parameters:
|
|
|
|
|
|
|
|
* *height* is the maximum height of the map
|
|
|
|
|
|
|
|
* *angle* is the orientation of the map
|