标签: load progress-bar three.js webgl
知道anyomne有可能在大型模型之间显示进度条加载到webgl渲染器画布中吗?
答案 0 :(得分:0)
创建加载程序并在进度时显示/隐藏:
THREE.DefaultLoadingManager.onProgress = function (itemPath, itemIndex, totalItems) { console.log(itemPath, itemIndex, totalItems); };