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

Splats rendered incorrectly in orthographic camera #25

Open
hybridherbst opened this issue Oct 9, 2023 · 1 comment
Open

Splats rendered incorrectly in orthographic camera #25

hybridherbst opened this issue Oct 9, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@hybridherbst
Copy link
Contributor

When going into ortho mode to try out splat selection / splat editing, I noticed splat sizes are not correct there:

Screen.Recording.2023-10-09.at.09.07.05.mov
@aras-p
Copy link
Owner

aras-p commented Oct 10, 2023

Yeah, the whole splat covariance matrix calculation goes wrong in ortho case, since that whole Jacobian matrix dance is very much assuming a perspective projection. And my math-fu is not strong enough to understand what really goes on there, i.e. how to make it also handle orthographic. Anyone know?

@aras-p aras-p changed the title Splat size is incorrect in orthographic camera view Splats rendered incorrectly in orthographic camera Oct 10, 2023
@aras-p aras-p added the bug Something isn't working label Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants