Interface TextureMap

Representation of a texture map.

Hierarchy

  • TextureMap

Properties

Properties

map: string

Absolute or relative path to the texture image.

mapFormat: "JPEG" | "PNG"

The mandatory format of the map. Allowed formats are "JPEG" and "PNG".

mapping?: TextureMapping

An optional UV mapping.

Generated using TypeDoc