core.TypeAlias.QuadRendererTextureOptions - MONOGRID/gainmap-js GitHub Wiki

@monogrid/gainmap-js / core / QuadRendererTextureOptions

Type Alias: QuadRendererTextureOptions

QuadRendererTextureOptions = Omit<RenderTargetOptions, "type" | "format" | "colorSpace" | "encoding" | "depthTexture" | "stencilBuffer" | "depthBuffer" | "internalFormat"> & object

Defined in: src/core/types.ts:71

Type declaration

anisotropy?

optional anisotropy: number

Default Value

1

mapping?

optional mapping: Mapping

Default Value

300