surface_splatting
surface_splatting copied to clipboard
Error: Could not create GL context
Hi. Thank you for your great code. I met following error after running binary program.
bash build-extern.sh
cmake .
make
./bin/surface_splatting
Error
Failed to initialize OpenGL:
Error: Could not create GL context
Segmentation fault
Can you advise me something?
Thank you for reaching out and your interest in using this code. Sorry, for the late reply. The error originates from this glviz/src/glviz.cpp#L312 line. I updated to SDL 2.30.0 recently. You could give current master another shot if this problem is still relevant for you.