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

The result of unit_test.sh #39

Open
chiyaohuang opened this issue Jun 30, 2022 · 1 comment
Open

The result of unit_test.sh #39

chiyaohuang opened this issue Jun 30, 2022 · 1 comment

Comments

@chiyaohuang
Copy link

Hi,

What is the result of unit_test.sh supported to be? I only got a full black openGL window. Is it normal?

@dinhanhtruong
Copy link

dinhanhtruong commented Jul 28, 2023

Were you able to figure this out? I'm also unable to get the interactive viewer working and can only see a black OpenGL window. Running ./gaps_is_installed.sh returns Ready to go!, but I noticed several "Unable to initialize GLEW" warnings when running the unit test

EDIT: fixed this issue by compiling with GLUT instead of mesa in build_gaps.sh. I negated the final if condition in build_gaps.sh to be
if [[ $(uname -s) == Darwin* ]]
Note that this screws up some of the depth image rendering in meshes2dataset, so you may want to compile with Mesa just for that script.

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