NJU-3DV / Relightable3DGaussian

[ECCV2024] Relightable 3D Gaussian: Real-time Point Cloud Relighting with BRDF Decomposition and Ray Tracing
https://nju-3dv.github.io/projects/Relightable3DGaussian/
Other
376 stars 24 forks source link

A potential bug about fov in gui code #23

Open yuyuyu223 opened 3 months ago

yuyuyu223 commented 3 months ago

In the calculation of custom_cam, H and W should be proportional to the tangent values of fovx and fovy. The bug in the code will not be a problem in a square viewport, but it will cause distortion in a rectangle viewport.

image