| ValueMapper | |
|---|---|
|
|
| Type | |
| Category | Map > Mappers |
ValueMapper
Description
Maps every cell of reference equal to value to material.
A cell being mapped to material means that, in the output Map, that cell will contain that material.
Arguments
| Type | Name (Display Name) | Description | Default |
|---|---|---|---|
| Sample | reference (Reference) |
A grid of type Sample, which will be used as a reference for mapping. | |
| Material | material (Material) |
The GaeaMaterial used for the mapping. | null |
| float | value (Value) |
For each cell, if its value is equal to this, it will be mapped to material. Otherwise, it will be empty. | 0.0 |
Outputs
Map - map (Map)
The final, generated map.