huggingface / gsplat.js

JavaScript Gaussian Splatting library.
MIT License
1.26k stars 78 forks source link

How to implement point clouds render? #39

Open xinnai opened 7 months ago

xinnai commented 7 months ago

Hi, great work! I see that this library is upon antimatter15/splat, but this library does not have the same render which is very similar to point clouds like that lib. I want to know how to implement this function base on your gsplat library? By the way, do you have any document about the config options, so I can set some render options?

dylanebert commented 5 months ago

If I understand correctly, are you looking to render each splat as a point, without the scaling/rotation?