Heightmap.Format

Description

Name

enum Tinman.Heightmap.Format

Used by

Heightmap.Dataset.format

Enumeration of binary storage formats for heightmap sample layers.

Items

# Name Tag

0

C8

-

Stores sample coverage as 8-bit values.

1

D8

-

Stores normalized displacement values as 8-bit values.

2

D16

-

Stores normalized displacement values as 16-bit values.

3

E8

-

Stores normalized elevation values as 8-bit values.

4

E16

-

Stores normalized elevation values as 16-bit values.

5

E24

-

Stores normalized elevation values as 24-bit values.

6

A8

-

Stores texture diffuse colors as 8-bit alpha values.

7

G8

-

Stores texture diffuse colors as 8-bit grayscale values.

8

GA8

-

Stores texture diffuse colors as grayscale/alpha values, with 8-bits per channel.

9

T8

-

Stores texture diffuse colors as truecolor values, with 8-bits per channel.

10

TA8

-

Stores texture diffuse colors as truecolor/alpha values, with 8-bits per channel.

11

A16

-

Stores texture diffuse colors as 16-bit alpha values.

12

G16

-

Stores texture diffuse colors as 16-bit grayscale values.

13

GA16

-

Stores texture diffuse colors as grayscale/alpha values, with 16-bits per channel.

14

T16

-

Stores texture diffuse colors as truecolor values, with 16-bits per channel.

15

TA16

-

Stores texture diffuse colors as truecolor/alpha values, with 16-bits per channel.

16

M8

-

Stores material tokens that can contain up to four material weights (from a palette of 256 possible material IDs), with 8-bits per channel.