Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/threejs_4_deno/src/Three.d.ts>WebGLRenderTargetOptions

A simple transformation of three.js for use within a Deno workflow
Go to Latest
interface WebGLRenderTargetOptions
Re-export
import { type WebGLRenderTargetOptions } from "https://deno.land/x/threejs_4_deno@v121/src/Three.d.ts";

Properties

optional
wrapS: Wrapping
optional
wrapT: Wrapping
optional
magFilter: TextureFilter
optional
minFilter: TextureFilter
optional
format: number
optional
type: TextureDataType
optional
anisotropy: number
optional
depthBuffer: boolean
optional
stencilBuffer: boolean
optional
generateMipmaps: boolean
optional
depthTexture: DepthTexture
optional
encoding: TextureEncoding