-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UPDATE] Added documentation for **Labs Biome Attributes to Terrain S…
…OP**, edited existing documentation.
- Loading branch information
Showing
3 changed files
with
103 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
= Labs Biome Attributes to Terrain = | ||
|
||
"""Assign the base biome attributes onto the terrain """ | ||
|
||
This nodes takes the default attributes and/or the dictionary attribute `biome_definition` of the second input and transfers them to the terrain depending on the biome regions of the third input. | ||
|
||
@parameters | ||
|
||
== Visualize == | ||
|
||
Display: | ||
#id: display | ||
<p>__Input__: The terrain `mask` input in the node.</p> | ||
<p>__Temperature__: A remapped preview of the `temperature` attribute on the terrain.</p> | ||
<p>__Precipitation__: A remapped preview of the `precipitation` attribute on the terrain.</p> | ||
<p>__Soil__: A preview of the `soil` attribute on the terrain.</p> | ||
<p>__Biome Color__: A preview of the `color` attribute on the terrain.</p> | ||
|
||
Auto Remap: | ||
#id: autoremap | ||
<p>__Use Real-World Range__: Show a remapped preview of the __Display__ following real-world preset values.</p> | ||
<p>__Auto Normalize Range__: Show a normalized preview of the __Display__ following the minimum and maximum volume values.</p> | ||
<p>__Manual Range__: Show a remapped preview of the __Display__ following __Min__ and __Max__ values.</p> | ||
|
||
=== AUTOREMAP === | ||
|
||
Compute Range: | ||
#id: computerange | ||
Click to fill in the __Min__ and __Max__ parameters with the current minimum and maximum values in the input layer. | ||
|
||
Min: | ||
#id: inputmin | ||
The lowest value in the input to map from. | ||
|
||
Max: | ||
#id: inputmax | ||
The highest value in the input to map from. | ||
|
||
== Parameters == | ||
|
||
== Default Attributes == | ||
|
||
Color: | ||
#id: biomecolor | ||
Color that is applied to the visualizer. | ||
|
||
Temperature: | ||
#id: temperature | ||
Average annual temperature (in °C) of this biome. | ||
|
||
Precipitation: | ||
#id: precipitation | ||
Average annual precipitation (in mm) of this biome. | ||
|
||
== Output == | ||
|
||
=== HeightField Layers === | ||
|
||
Temperature: | ||
#id: tempname | ||
Name of `temperature` mask. | ||
|
||
Precipitation: | ||
#id: precname | ||
Name of `precipitation` mask. | ||
|
||
Soil: | ||
#id: soilname | ||
Name of `soil` mask. | ||
|
||
Biome ID: | ||
#id: biomeidname | ||
Name of `biome ID` mask. | ||
|
||
Biome Color R: | ||
#id: biomecolorrname | ||
Name of the red channel of the `biome color` mask. | ||
|
||
Biome Color G: | ||
#id: biomecolorgname | ||
Name of the green channel of the `biome color` mask. | ||
|
||
Biome Color B: | ||
#id: biomecolorbname | ||
Name of the blue channel of the `biome color` mask. | ||
|
||
Biome Average Height: | ||
#id: biomeavgheightname | ||
Name of `average height` mask. | ||
|
||
|
||
|
||
@locals | ||
|
||
|
||
@related | ||
- [Labs Biome Define|Node:sop/labs--biome_define-1.0] | ||
- [Labs Biome Definitions File|Node:sop/labs--biome_definitions_file-1.0] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters