Volker Enderlein

Results 157 comments of Volker Enderlein

@veelo I enabled the Github Discussions feature for the coin3d organization. As you already mentioned it has no email interface. But there is a additional Github app called `fire-bot` that...

**Original comment by Bastiaan Veelo (Bitbucket: [veelo](https://bitbucket.org/veelo), GitHub: [veelo](https://github.com/veelo)).** ---------------------------------------- Please have a look at pull request #277 which was just merged into the CMake branch. Does this address the...

Finally found the time to examine the issue more deeply and found it does occur with all GUI bindings, not only SoXt. So it is Coin to be blamed. The...

The `isCaching` condition may still be true in case there is no `validcache`. But I did not get the intention of the early return. Maybe we need to come up...

**Original comment by Gregor McConor (Bitbucket: [BendApp](https://bitbucket.org/BendApp), ).** ---------------------------------------- I do have the same issues using Xcode Installed SC21-1.0.2 as described in the instructions. I am not able to build...

I just am on the way to prepare point releases (simage 1.8.1, coin 4.0.1, soqt 1.6.1, ...) and therefore also update the .pc files. Starting with simage is this still...

Thank you for the valuable explanations and the research about the behavior. I checked the `pcfiledir` variable and the oldest document mentioning it was found [here](http://wp.colliertech.org/cj/?p=164) (2007!). It seems to...

Coin itself does build on the arm64 platform but unfortunately the vcpkg does not support this for Coin. You may ask for further support on their issue tracker (I saw...

**Original comment by Bastiaan Veelo (Bitbucket: [veelo](https://bitbucket.org/veelo), GitHub: [veelo](https://github.com/veelo)).** ---------------------------------------- According to [https://bitbucket.org/Coin3D/coin/commits/35ca6c1bfe89f13ab96808b02b03d94fff8cb19a](https://bitbucket.org/Coin3D/coin/commits/35ca6c1bfe89f13ab96808b02b03d94fff8cb19a) doSelect\(\) has never worked. I don’t understand the select\(\) system call. I guess you could do the...

Thanks for the thorough issue report, it is highly appreciated. I was able to reproduce the faulty behavior, but need some time to come up with a proper fix.