when scene is really rendered out using three.js

二次信任 提交于 2019-12-24 11:31:04

问题


I'm making a progress bar such as "loading" in a scene with three.js. But when is the scene really loaded?Render is doing its work all the time and the Loader's callback option just work when the images get loaded from network.And i can't find a callback function option where the scene is really loaded or rendered out. So where or when is the callback function should be called?

来源:https://stackoverflow.com/questions/28229618/when-scene-is-really-rendered-out-using-three-js

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!