Skip to main content

Type Alias: CompositeBandsProps

CompositeBandsProps = object

Defined in: composite-bands.ts:16

Props for the CompositeBands shader module.

Textures (band0band3) are bound via getUniforms. Scalar uniforms (uvTransform0uvTransform3, channelMap) go through a uniform block.

Properties

band0

band0: Texture

Defined in: composite-bands.ts:17


band1

band1: Texture

Defined in: composite-bands.ts:18


band2

band2: Texture

Defined in: composite-bands.ts:19


band3

band3: Texture

Defined in: composite-bands.ts:20


channelMap

channelMap: [number, number, number, number]

Defined in: composite-bands.ts:25


uvTransform0

uvTransform0: UvTransform

Defined in: composite-bands.ts:21


uvTransform1

uvTransform1: UvTransform

Defined in: composite-bands.ts:22


uvTransform2

uvTransform2: UvTransform

Defined in: composite-bands.ts:23


uvTransform3

uvTransform3: UvTransform

Defined in: composite-bands.ts:24