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

x/threejs_4_deno/src/loaders/LoadingManager.js>LoadingManager#resolveURL

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

Given a URL, uses the URL modifier callback (if any) and returns a resolved URL. If no URL modifier is set, returns the original URL.

Parameters

url: string

the url to load

Returns

string