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

x/threejs_4_deno/src/Three.js>WebGLIndexedBufferRenderer

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

Constructors

new
WebGLIndexedBufferRenderer(
extensions: any,
info: any,
capabilities: any,
)

Methods

render(start: any, count: number): void
renderInstances(
start: any,
count: number,
primcount: number,
): void
setIndex(index: any): void
setMode(value: any): void