Attributes for Snow parameters
- Last UpdatedJan 24, 2023
- 1 minute read
This topic describes attributes for Snow parameters.
Texture parameter
This is an example of the texture parameter with name attribute.
<texture name="snow_flake.png"/>
|
Attribute |
Type |
Description |
|
name |
STRING |
The texture file name. Only the Red channel of the texture is used. |
heightMap parameter
You can specify a real-time HeightMap or a pre-baked HeightMap.
Realtime HeightMap attributes
This is an example of a real-time HeightMap parameter with attributes.
<heightMap type="Realtime" name="SnowHM"/>
|
Attribute |
Type |
Description |
|
type |
STRING |
The HeightMap type. Must be Realtime. |
|
name |
STRING |
The Realtime HeightMap dummy name. |
Baked HeightMap attributes
This is an example of a baked HeightMap parameter with attributes.
<heightMap type="Baked" filePath="SnowHM.xml"/>
|
Attribute |
Type |
Description |
|
type |
STRING |
The HeightMap type. Must be Baked. |
|
filePath |
STRING |
The Baked HeightMap full file path. Only the Red channel of the texture is used. |