Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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