-
Notifications
You must be signed in to change notification settings - Fork 0
Material Properties
Joshua Miller edited this page Jan 26, 2021
·
5 revisions
Material property files are used to group multiple textures, and specify optional properties of the generated material.
- Alpha
- Albedo
- Diffuse
- Height
- Ambient Occlusion
- Normal
- Specular
- Smooth
- Rough
- Metal
- F0
- Porosity
- Sub-Surface-Scattering
- Emissive
-
Wrap-X - Allows texture sampling to wrap horizontally. The default value is
true. -
Wrap-Y - Allows texture sampling to wrap vertically. The default value is
true. - Format - The texture encoding for the materials textures. See Material Formats for more information.
wrap-x: true
wrap-y: false
format: <name>
range-min: 0
range-max: 0