Noam Gat
Noam Gat
After solving all of these problems, the version just hangs after launching on windows 10 (no error message, last log message is "DEBUG main [WGLSession] Initializing WGL session". Has this...
Has any progress been made on this, or any known workarounds?
This PR is super interesting! Where is it currently standing? (I see it as closed but don't understand exactly what it means)
Thanks for the answer! And I could change these on the fly and resources would not be recreated? From this code: https://github.com/pmndrs/react-postprocessing/blob/master/src/effects/SSAO.tsx Looks like it memos on all of the...
I found this demo of SSAO using react-postprocessing: https://codesandbox.io/s/r3f-gamma-correction-kmb9i?file=/src/index.js I forked it to be able to change the blendFunction: https://codesandbox.io/s/r3f-gamma-correction-forked-wszrc?file=/src/index.js It seems like the framework is not responding to runtime...
I don't know the library well enough to fix, but I created a branch and modified the "Selection" example to reproduce the bug in the react-postprocessing dev env: https://github.com/noamgat/react-postprocessing/tree/ssao-runtime-toggle Clicking...
I'm having decent success by adding a "cleanup" phase afterwards: After the "produce watertight meshes" phase of build.sh I put this: ``` echo "Cleaning watertight meshes" lsfilter $build_path_c/2_watertight $build_path_c/3_watertight_clean .off...
Second commit fixes python styling issues. I think the rest of the errors are unrelated CI issues.
I think the updated PR has no fails other than the general build system issues.
Created a PR: https://github.com/CGAL/cgal-swig-bindings/pull/187