mkkellogg / GaussianSplats3D

Three.js-based implementation of 3D Gaussian splatting
MIT License
1.09k stars 134 forks source link

The v0.4.2 has a greenish tint in the rendered scenes, which did not occur in version v0.4.0. #266

Closed lucylucy27 closed 3 days ago

lucylucy27 commented 3 days ago

Hi,

I accidentally encountered this issue when rendering a PLY file. Not every file exhibits this problem. This issue comes from the upgrade from 0.4.0 to 0.4.2.

Thanks~

lucylucy27 commented 3 days ago

v0 4 0 v0 4 2

mkkellogg commented 3 days ago

Would you be able to share a .ply file that has the problem? That might help me debug it.

mkkellogg commented 3 days ago

Can you try out the latest in the 2dgs branch to see if recent updates might have fixed this issue?

lucylucy27 commented 3 days ago

Yes. It's fixed in 2dgs branch.

Thanks~