Interface RenderLayerOptions<ShaderParameters>

Type Parameters

  • ShaderParameters

Hierarchy

Properties

channelCoordinateSpace?: WatchableValueInterface<CoordinateSpace>
dataHistogramSpecifications?: HistogramSpecifications
encodeShaderParameters?: ((parameters: ShaderParameters) => any)

Type declaration

    • (parameters: ShaderParameters): any
    • Parameters

      • parameters: ShaderParameters

      Returns any

fallbackShaderParameters?: WatchableValueInterface<ShaderParameters>
localPosition: WatchableValueInterface<Float32Array>

Specifies the position within the "local" coordinate space.

renderScaleHistogram?: RenderScaleHistogram
renderScaleTarget?: WatchableValueInterface<number>
shaderError?: WatchableShaderError
shaderParameters: WatchableValueInterface<ShaderParameters>

Specifies the transform from the "model" coordinate space (specified by the multiscale source) to the "render layer" coordinate space.

Generated using TypeDoc