Closed ghost closed 7 years ago
yep, that was it, thank you :) you should probably consider setting a different default value for this field? and i find it a bit strange to be able to control such a low-level setting from the ui.
I thought the same, but I changed my mind when I realized that neophytes will learn what is a pixel format and the importance of it.
Designer properties are really necessary since the pixel format must be set before creating any GL context.
Il lun 6 mar 2017, 08:43 igium notifications@github.com ha scritto:
yep, that was it, thank you :) you should probably consider setting a different default value for this field? and i find it a bit strange to be able to control such a low-level setting from the ui.
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/luca-piccioni/OpenGL.Net/issues/33#issuecomment-284323945, or mute the thread https://github.com/notifications/unsubscribe-auth/AEe6CazAT85Exk1i6ywQmCySME9Wb48Kks5ri7kigaJpZM4MTi_g .
yes, that makes sense. obviously adapting opengl to winforms is quite a challenge :)
Hello again,
I've been trying to use z-buffers, but it seems that the following calls have no effect whatsoever. I mean, the result is always the same, no matter whether the following code is commented, or whether the values are different:
Here is the code that executes from glControl_ContextCreated:
Thank you, Daniel