graphdeco-inria / gaussian-splatting

Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"
https://repo-sam.inria.fr/fungraph/3d-gaussian-splatting/
Other
13.71k stars 1.77k forks source link

3dgs+unreal #931

Open justeWang opened 1 month ago

justeWang commented 1 month ago

Has anyone ever imported an exported ply file into Unreal Engine? Why is it fuzzy when I import Ply files into Unreal Engine, but it's clear when I search the web? What should I do, please? 有谁将导出的ply文件导入到虚幻引擎中过吗?为什么我将Ply文件导入到虚幻引擎中很模糊,而我在网上搜的却很清晰?请问我应该怎么做? 模糊

清晰
jaco001 commented 1 month ago

It's because of the implementation - there are no splats, only particles. It looks different in the editor. When you play, it's OK (splats/particles are aligned to the camera). You can change some parameters to make it a bit better.

justeWang commented 1 month ago

It's because of the implementation - there are no splats, only particles. It looks different in the editor. When you play, it's OK (splats/particles are aligned to the camera). You can change some parameters to make it a bit better.

Thank you very much for your reply. What should I do specifically to make it look better? I am not familiar with Unreal Engine. Can you give me some specific suggestions? 非常感谢您的回复,请问我具体应该怎么做可以使它看起来效果更好?我对虚幻引擎不是很熟悉请问您可以给一下具体的建议吗?

jaco001 commented 1 month ago

In general you look for:

image image image

justeWang commented 1 month ago

In general you look for:

  • particle size
  • particle alpha
  • light/re-light Those parameteres change most of look. There are 5(?) plugins for UE but for Akiya plugin https://vrlab.akiya-souken.co.jp/ it looks like this

image image image

Thank you very much, I will try to modify these parameters to see the effect 非常感谢,我尝试修改一下这些参数,看看效果

zzz5y commented 2 weeks ago

In general you look for:

  • particle size
  • particle alpha
  • light/re-light Those parameteres change most of look. There are 5(?) plugins for UE but for Akiya plugin https://vrlab.akiya-souken.co.jp/ it looks like this

image image image

Thank you very much, I will try to modify these parameters to see the effect 非常感谢,我尝试修改一下这些参数,看看效果

请问一下改了这些参数后,效果如何?