Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MeshTextureProperties

Hierarchy

  • MeshTextureProperties

Index

Properties

Properties

Optional data

data: any

A direct reference to the image or video data.

Read more...

Optional transparent

transparent: boolean

Indicates whether the image data should be interpreted as being semi-transparent.

Read more...

Optional url

url: string

The url to the image resource.

Read more...

Optional wrap

wrap: "clamp" | "repeat" | "mirror" | SeparableWrapModes

Specifies how uv coordinates outside the [0, 1] range are handled.

Read more...

Generated using TypeDoc