import * as threejs4Deno from "https://deno.land/x/threejs_4_deno@v121/src/loaders/TextureLoader.d.ts";
Classes
Class for loading a texture. Unlike other loaders, this one emits events instead of using predefined callbacks. So if you're interested in getting notified when things happen, you need to add listeners to the object. |