Hartmut Seichter
Hartmut Seichter
Are there any temporary workarounds? I'm having a similar issue as described in #206.
*Similar* here, with Blender 3.4.1 on Arch Linux adding exactly the same coordinate System EPSG:25832. However I can add it as a new CRS but the moment I close this...
Agreed, here my 2ct Eigen is using `homogeneous()` and `hnormalized()` which is rather meh and it doesn't allow for w=0 Armadillo has a `reshape()` and `resize()` but seems quite dated...
Hi there. I am a bit reluctant to change things around right now. There is a whole backlog to adapt osgART to osg 3.3.x - lots of API changes. However,...
There are additional related issues upstream in CMake in conjunction with OpenSceneGraph. Just for reference [bugreport](http://public.kitware.com/Bug/view.php?id=15121).
Something like this should be done ``` if (_capture.isOpened()) { if (_capture.grab()) { // local pointer to image cv::Mat frame; // get the frame _capture.retrieve(frame); // only clone if it...
Ok. I can do that, will dabble something in blender.
Find this with growing compiler support really interesting as well. Here a tiny snippet of toy-code were I am experimenting around with the same questions @BluBb-mADe raised: https://compiler-explorer.com/z/axKhTErMj Sy Brand...