Skip to content

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.

Material Channels

Using the User Interface

  • 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.

Manual / Command-Line Usage

wrap-x: true
wrap-y: false
format: <name>
range-min: 0
range-max: 0
Clone this wiki locally