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
How can I know when everything is loaded and I can access all objects? (specifically, planets).
Document being ready is not enough, it's ready before planetarium loading is completed, so console.log("planetarium.planets", planetarium.planets); will result in "undefined". (being planetarium = S.virtualsky)
The text was updated successfully, but these errors were encountered:
How can I know when everything is loaded and I can access all objects? (specifically, planets).
Document being ready is not enough, it's ready before planetarium loading is completed, so
console.log("planetarium.planets", planetarium.planets);
will result in "undefined". (being planetarium = S.virtualsky)The text was updated successfully, but these errors were encountered: