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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Built-in support for AR and VR modes via WebXR, enabled via a Viewer constructor parameter: webXRMode. Thanks to @dlazares and @chrisirhc for doing the ground work.
Added AR/VR demo in demo/vr.html
Cleaned up and added documentation to the rendering code in order to better explain Gaussian-related computations.
Cleaned up dependency issues in package.json. Thanks to @sxxov for pointing those out.
Fix bug with specifying format when loading scene where SceneFormat.Splat was ignored. Thanks to @kgenots for finding the issue.