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.WebGLRenderer#clear

A framework for Beat Saber map scripting.
Go to Latest
method three.WebGLRenderer.prototype.clear
Re-export
import { three } from "https://deno.land/x/remapper@2.1.0/src/deps.ts";
const { WebGLRenderer } = three;

Tells the renderer to clear its color, depth or stencil drawing buffer(s). Arguments default to true

Parameters

optional
color: boolean
optional
depth: boolean
optional
stencil: boolean