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

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

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

Constructors

new
WebGLMultisampleRenderTarget(
width: number,
height: number,
)

Properties

readonly
isWebGLMultisampleRenderTarget: true
samples: number

Specifies the number of samples to be used for the renderbuffer storage.However, the maximum supported size for multisampling is platform dependent and defined via gl.MAX_SAMPLES.