Short Name:
|
|
Fields:
|
Represents a single heightmap sample.
The following table lists all fields of this config type.
Field | Type | Constraint | Default | |
---|---|---|---|---|
optional
|
coverage
|
number
|
# >= 0 && # <= 1 |
1 |
The coverage values determines how much "valid" data is stored in the heightmap sample: A coverage of |
||||
optional
|
elevation
|
number
|
# >= -1 && # <= 1 |
0 |
The normalized elevation value of the heightmap sample. A value of |
||||
optional
|
texture
|
Tinman.Color
|
Colors.Zero |
|
The texture diffuse color of the heightmap sample. |
||||
optional
|
material
|
Tinman.Material
|
null |
|
The material token of the heightmap sample. |
||||
optional
|
displacement
|
number
|
# >= -1 && # <= 1 |
0 |
The normalized displacement value of the heightmap sample. A value of |
The following table shows all usages of this config type.
Used By:
|