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
addJSON should only resolve when threejs objects have been rendered.
For example, in these lines, the this.loadObjCallback should return a promise. The promise of the addJSON callback should in turn depend on that promise.
The current side effect of this bug is that examples/activity.html bugs out.
The text was updated successfully, but these errors were encountered:
addJSON should only resolve when threejs objects have been rendered.
For example, in these lines, the
this.loadObjCallback
should return a promise. The promise of the addJSON callback should in turn depend on that promise.The current side effect of this bug is that
examples/activity.html
bugs out.The text was updated successfully, but these errors were encountered: