Yorick Bosman
Yorick Bosman
I'll try to find some time in the coming week to create a minimal reproducible case. The "solution" that seems to work for now: ``` void MyViewer::setClippingNearVal(float nearval) { if...
Hi, sorry not from my/our end, unfortunately it is not a high priority for us, so allocating some time from my end is a bit hard to justify. I'll see...
This issue also seems to occur in the ASP.NET MVC version of Kendo. We used this workaround for now: ` .YAxis(axis => axis.Logarithmic() .Labels(c => c.Template("#= parseFloat(value.toFixed(15)) #"))`
Hi, We are encountering the same issue, it seems it is due to that on RHEL8 "Indirect GLX" is disabled. Advisory on Xorg: https://www.x.org/wiki/Development/Security/Advisory-2014-12-09/ It might be possible to turn...
@shanslow My change was merged by @VolkerEnderlein. With the latest code there is now an environment variable that can control the direct rendering option. You might want to try this...