-
Notifications
You must be signed in to change notification settings - Fork 17
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
SoQtExaminerViewer alway has black SceneGraph #82
Comments
I found that if I change SoQtExaminerViewer constructor's 'build' from FALSE to TRUE, it can display the shape, but the tool icons on the right don't work, and the cone can't rotate, I don't know if it is correct
|
inspired by demo tripleview.cpp, I find if SoQtExaminerViewer >= 2, the program work, even though the inetration like zooming, rotating etc. not smoothing.
|
Thanks for the report. I am not aware that the SoQt examiner viewer is broken. I'll have a look onto the issue but unfortunatly not before monday. |
I just tested the app and all the examples with Qt 6.6.0 as I did not have Qt version 6.3 around, but it works flawlessly as expected. |
I compiled Coin3d 4.0.3 & Soqt 1.6.3 based on Qt6.3.2, everything goes well during compiling, but when I test Soqt example, it can't display correctly

for Soqt's test_code, only "tripleview" has correct display, while all other demos have same problem

I found similar issue( high res screen problems #1 ), but set QT_SCREEN_SCALE_FACTOR has no effort for me
The text was updated successfully, but these errors were encountered: