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

x/threejs_4_deno/src/Three.js>BufferGeometry#dispose

A simple transformation of three.js for use within a Deno workflow
Go to Latest
method BufferGeometry.prototype.dispose
Re-export
import { BufferGeometry } from "https://deno.land/x/threejs_4_deno@v121/src/Three.js";

Disposes the object from memory. You need to call this when you want the bufferGeometry removed while the application is running.