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.WebGL3DRenderTarget

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

Represents a three-dimensional render target.

Constructors

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

Creates a new WebGL3DRenderTarget.

Properties

depth: number

The depth of the render target.

readonly
isWebGL3DRenderTarget: true
texture: Data3DTexture

The texture property is overwritten with an instance of Data3DTexture.