clarte53 / GaussianSplattingVRViewerUnity

A VR viewer for gaussian splatting models developped as native plugin for unity with the original CUDA rasterizer.
Other
197 stars 25 forks source link

Run without an HMD #13

Closed sjdingcn closed 4 months ago

sjdingcn commented 4 months ago

Hi, Is there a way to run this project without an HMD? I am using a Win PC and want to make some 3DGS to show in this Unity Viewer. Can I see the result directly on my PC or an Android phone?

Many thanks

Peamon commented 4 months ago

Yes you can see it on pc, if you clone the repository and open the unity project, you can open the scene GaussianSplattingCam. That is an example of using the plugin in unity player.

It will not work on an android phone because it use CUDA.