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
If I create and insert an element into the DOM using the gaussian_splatting component during run-time rather than at the beginning, it is not loaded into the scene since it only runs loadData(...) on page load.
Likewise, if I update the src attribute of an existing element, it will not immediately update the scene with the new splat, that needs loadData to be run manually somehow
The text was updated successfully, but these errors were encountered:
If I create and insert an element into the DOM using the
gaussian_splatting
component during run-time rather than at the beginning, it is not loaded into the scene since it only runsloadData(...)
on page load.Likewise, if I update the
src
attribute of an existing element, it will not immediately update the scene with the new splat, that needs loadData to be run manually somehowThe text was updated successfully, but these errors were encountered: