import * as threejs4Deno from "https://deno.land/x/threejs_4_deno@v121/src/core/BufferGeometry.d.ts";
Classes
This is a superefficent class for geometries because it saves all data in buffers. It reduces memory costs and cpu cycles. But it is not as easy to work with because of all the necessary buffer calculations. It is mainly interesting when working with static objects. |