Page 2 of 2

Re: v1.2116 - Tool Path View blurry

PostPosted: Fri Dec 01, 2023 2:57 pm
by cncdrive
I fixed the toolpath view bug in 1.2116, please test this new exe file:
https://drive.google.com/file/d/1OXitmB ... euiPo/view

Re: v1.2116 - Tool Path View blurry

PostPosted: Sat Dec 09, 2023 10:17 am
by cseyler
Yes ! This is perfect.

Settings the multi-sample parameter to 0 : I got the same result / look than the v 1.2115
Settings the multi-sample parameter to a high value give a true "anti-aliased" / crisp rendering

Rescaling the applicaiton window does not affect the toolpath rendering anymore

This version fixes all the issues I encountered.

Good job

Re: v1.2116 - Tool Path View blurry

PostPosted: Sat Dec 09, 2023 4:16 pm
by cncdrive
Thank you for the feedback.
Yes, the scaling is now "pixel perfect" which means that the frmebuffer size is recalculated and a new framebuffer is generated every time the UCCNC windows is resized. The framebuffer size always fits pixel x pixel the real toolpathview pixel x pixel size.
I also implemented scaling, because in previous versions this was done automatically as the toolpath view was a separate OpenGL control and now there is only the main openGL control and the toolpath view is rendered on a framebuffer which is then projected onto the main framebuffer.
This was changed/implemented to save some resources. (Less GPU/CPU time is required to render the screen.)

And it is good to hear that it is fine now thanks again for the feedback. :)