Guillaume Damiand

Results 34 comments of Guillaume Damiand

This is indeed really weird !! I don't understand why creating an empty surface mesh increase the traversal time ! Maybe a cache effect ? I tested the code, and...

Thanks @maximecharriere for the patch. I agree to integrate it.

In all draw functions, there is some code to test if the test suite is running #if defined(CGAL_TEST_SUITE) bool cgal_test_suite=true; #else bool cgal_test_suite=qEnvironmentVariableIsSet("CGAL_TEST_SUITE"); #endif This variable is also set if...

> Guillaume, I think you need old graphics hardware to reproduce this problem. I have an old laptop (2008), which gives me this trouble, however everything is good on more...

I confirm the same error on a fresh install of the last version.

> Hi, thanks for the pull request. I cannot merge anything, because it messes up and partly invalidates the license. If you agree, I can copy the two lines into...

I know, this issue is on my todo list...

> Does this PR in any way have to do with the replacement of QGLWidget by QOpenGLWidget? If I understand correctly you use the latter already in the simple viewer,...

> I have a question, that of topic: can the basic viewer draw to a 2D image (`QImage`), to make screenshots? ...Actually, my real goal would be to create thumbnails...