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

x/threejs_4_deno/src/renderers/webgl/WebGLObjects.d.ts>WebGLObjects

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

Constructors

new
WebGLObjects(
gl: WebGLRenderingContext,
geometries: any,
attributes: any,
info: any,
)

Methods

dispose(): void
update(object: any): any