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
It seems like they are running Viser demos on GitHub Pages somehow.
Can you please advise me on how I can do the same thing? Is it possible to host the visualization through GitHub Pages, or can I save it in some intermediate format that can later be rendered in three.js?
The text was updated successfully, but these errors were encountered:
We're planning on it, but unfortunately this functionality hasn't been cleaned up / documented / supported. If it's important to you and you want to figure it out, you can reference the implementation that still lives in this branch: https://github.com/nerfstudio-project/viser/tree/brent/record
The most relevant class is RecordHandle. Combined with the client built from that branch, RecordHandle can be used to produce a .viser file that can be optionally gzipped and loaded in a URL like:
There is a nice embedded 3D demonstration in https://lerftogo.github.io/desktop.html
It seems like they are running Viser demos on GitHub Pages somehow.
Can you please advise me on how I can do the same thing? Is it possible to host the visualization through GitHub Pages, or can I save it in some intermediate format that can later be rendered in
three.js
?The text was updated successfully, but these errors were encountered: