You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A developer will often want to only have a model displayed to the user if it is fully renderable with textures loaded.
Currently we have the ready event fired at an earlier point of the loading process, without a way to tell when the model is more 'ready' with textures loaded. Below is a video of a current implementation with black materials displayed until the textures are rendered.
model-render-steps.mp4
Should we have another event for when the model is fully renderable, or, some way for a developer to control the precondition(s) for when the model is rendered?
A developer will often want to only have a model displayed to the user if it is fully renderable with textures loaded.
Currently we have the
readyevent fired at an earlier point of the loading process, without a way to tell when the model is more 'ready' with textures loaded. Below is a video of a current implementation with black materials displayed until the textures are rendered.model-render-steps.mp4
Should we have another event for when the model is fully renderable, or, some way for a developer to control the precondition(s) for when the model is rendered?
Related: #75