Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about the opacity along the ray #78

Open
nnop opened this issue Aug 21, 2024 · 1 comment
Open

Question about the opacity along the ray #78

nnop opened this issue Aug 21, 2024 · 1 comment

Comments

@nnop
Copy link

nnop commented Aug 21, 2024

Hi, Zehao,
Thanks for the brilliant work. I have a question about the opacity along the ray.
Why does the opacity being maximum in the middle and not continuously accumulated in the right half area?

@niujinshuchong
Copy link
Member

Hi, this is related to how Gaussians are rendered. It can be thought that the Gaussians are modeling the accumulated opacity (weights) already, as otherwise we need to integrate it when rendering. Therefore we don't need to accumulate it. And as the accumulated opacity is monotonous increasing, we maintain the maximum value after the ray passes the peak of Gaussian.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants