Sohler Günther

Results 90 comments of Sohler Günther

Hi Group, Is such a library available yet ? best regards Günther

Hi Doug, Thank you for the exact for loop translation pattern. Actually in Mercury/GLSL they model solids with a for loop. their code is: // Version with without exponent, creates...

Hi, beeing able to use the new "do - in" syntax i was able to implement the for loops as intended - see code below - There are just two...

I put in the for loop now and its reasonably faster. However it does not display an FPS count in my place anymore. Do you also see the artefacts (wires...

works perfect for me! I am wondering if curv can also implement some graphical sliders like FragM does ? Appearently curv can already show "video", this is picture dependant on...

You can best see the unequalized sphere dimensions, when offsetting down a sphere almost to void. This could be improved by adding an option to generate iso-spheres instead. One more...

Hi phpfan, welcome to the club! OpenSCAD is a wonderful tool to design and express 3D Objects, but at the same time I also cannot understand either that Variables can...

This error dominantly happens, when the meshing result from Mesh::render is void. Issue is that the data returned by Mesh::render() already appears freed. When the returned mesh gets out of...

I tried to build the example project as documented in https://pybind11.readthedocs.io/en/stable/basics.html i get the shared object example binary without issue, but when i started python and type: import example it...

My work on that is stuck currently, as the order of the input sets described in runIndex is not predictable for me in my place even documentation states, that they...