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

Rendering issues #29

Open
Hillowwold opened this issue Aug 19, 2024 · 1 comment
Open

Rendering issues #29

Hillowwold opened this issue Aug 19, 2024 · 1 comment

Comments

@Hillowwold
Copy link

Hi, thank you for your great work! But I encountered some rendering problems. I am trying to use another visualization tool Rerun to do visualization research. I can display the SLAM frame image normally, but the current gaussian mapper frame image will show garbled colors. Do you have any ideas about it? Thanks!
Screenshot 2024-08-19 151647

@liquorleaf
Copy link
Collaborator

A possible reason might be that glTexImage2D needs a 4-pixel alignment in width.
We padded the images with zeros before uploading to opengl. Please see the code related to padded_sub_image_width_ and padded_main_image_width_ in viewer/imgui_viewer.cpp.

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