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

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

Constructors

new
WebGLPrograms(
renderer: WebGLRenderer,
cubemaps: WebGLCubeMaps,
extensions: WebGLExtensions,
capabilities: WebGLCapabilities,
bindingStates: WebGLBindingStates,
clipping: WebGLClipping,
)

Methods

acquireProgram(parameters: any, cacheKey: string): WebGLProgram
getParameters(
material: Material,
lights: any,
shadows: object[],
scene: Scene,
object: any,
): any
getProgramCacheKey(parameters: any): string
getUniforms(material: Material): object