Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/remapper/src/deps.ts>three.WebGLArrayRenderTarget

A framework for Beat Saber map scripting.
Go to Latest
class three.WebGLArrayRenderTarget
import { three } from "https://deno.land/x/remapper@2.1.0/src/deps.ts";
const { WebGLArrayRenderTarget } = three;

This type of render target represents an array of textures.

Constructors

new
WebGLArrayRenderTarget(
width: number,
height: number,
depth: number,
)

Creates a new WebGLArrayRenderTarget.

Properties

depth: number

The depth of the render target.

readonly
isWebGLArrayRenderTarget: true

The texture property is overwritten with an instance of DataArrayTexture.