You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
""" The Terrain Texture rop SOP renders image data from a heightfield. """
10
+
11
+
The Terrain Texture rop SOP renders image data from a heightfield as opposed to for example the Terrain Segment rop SOP which creates geometry.
12
+
13
+
@parameters
14
+
== Normal Map ==
15
+
Tangent Normal Flip Y:
16
+
Flips the Y axis value of the normal map.
17
+
Tangent Normal Flip X:
18
+
Flips the X axis value of the normal map.
19
+
Use MikkT Tangent Space:
20
+
Enables / Disables the use of MikkT Tangent space normalmap.
21
+
== Texture Maps ==
22
+
Output File:
23
+
This specifies the output file.
24
+
Export:
25
+
This toggle enables / disables the exporting of the map next to the toggle.
26
+
== Height Map ==
27
+
Normalize Range 0-1:
28
+
This enables / disables the remapping of the rendered values to 0-1 space. When disabled and the image is exporting as HDR (Ex EXR), this uses world-space values.
29
+
Single Channel:
30
+
Enables the exporting of the heightmap as a single channel image.
31
+
Raster Depth:
32
+
Controls the precision used for the exported heightmap values.
33
+
== Output ==
34
+
Divide into tiled maps:
35
+
This allows for the to be exported maps to be divided into tiles.
36
+
Number of Tiles:
37
+
This specifies the number of tiles the exported images need to be divided in. Only applicable when "Divide into tiled maps" is enabled.
38
+
Render Resolution:
39
+
This specifies the total resolution of the exported images.
0 commit comments