Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/threejs_4_deno/src/core/InstancedBufferGeometry.js>InstancedBufferGeometry

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

Constructors

new
InstancedBufferGeometry()

Properties

groups: { start: number; count: number; instances: number; }[]
instanceCount: number
type: string

Methods

addGroup(
start: number,
count: number,
instances: number,
): void