Skip to content

core.TypeAlias.QuadRendererTextureOptions

github-actions[bot] edited this page Sep 3, 2024 · 6 revisions

@monogrid/gainmap-js / core / QuadRendererTextureOptions

Type Alias: QuadRendererTextureOptions

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

Type declaration

anisotropy?

optional anisotropy: number

Default Value

1

mapping?

optional mapping: Mapping

Default Value

Mapping

Defined in

src/core/types.ts:71

Clone this wiki locally