You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hi,
What is the result of unit_test.sh supported to be? I only got a full black openGL window. Is it normal?
The text was updated successfully, but these errors were encountered: