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

Can not add my own .ply #21

Closed JonaTh4nX closed 2 months ago

JonaTh4nX commented 2 months ago

Hi there,

Is there a way to properly use our own .ply file ?

Peamon commented 2 months ago

Yes just put it near the '.exe' file.

https://github.com/clarte53/GaussianSplattingVRViewerUnity?tab=readme-ov-file#loading-an-other-model

JonaTh4nX commented 2 months ago

My bad, I was talking about the unity version project (but yes, this works for .exe version)

Peamon commented 2 months ago

Just add a new gameobject attach a GaussianSplattingModel script and set the file path.

https://github.com/clarte53/GaussianSplattingVRViewerUnity/tree/master/GaussianSplattingVRViewer#gaussian-splatting-model-script

JonaTh4nX commented 2 months ago

Cheers mate !