codecamp

three.js LoaderUtils

具有多个实用的加载器函数功能的对象

函数

.decodeText ( array : TypedArray ) : String

array — 作为类型化数组的字节流

该函数将字节流作为输入并返回字符串作为表示。

.extractUrlBase ( url : String ) : String

url — 从基本URL中,进行提取的URL。

从URL中提取基本信息。

src/loaders/LoaderUtils.js


three.js Loader
three.js MaterialLoader
温馨提示
下载编程狮App,免费阅读超1000+编程语言教程
取消
确定