Leo Mahon
Leo Mahon
Bump! This is very cool. would love to see this merged. Should they be upside down though or do I just not understand sampler 2D? ``` precision mediump float; uniform...
Maybe @mrdoob doesn't want glslsandbox to turn into Shader Toy. Also links to images could go dead meaning more broken shaders. PS: Would be cool to see some shaders that...
The fix in that issue seems to be replacing the typedef with a define ``` typedef int32_t BOOL; ``` Replaced by: ``` #define BOOL int32_t ``` In any case I...
I just diffed the FreeImage header from the latest OF distribution (which compiles on my machine) and the one here. I'm not sure what is being done here https://github.com/openframeworks/apothecary/blob/master/apothecary/formulas/FreeImage/FreeImage.sh to...
OF 10.1 is using a patched branch of FreeImage ``` GIT_URL=https://github.com/danoli3/FreeImage GIT_TAG=3.17.0-header-changes ``` with the headers fixed for OSX I tried to build against that version and got: ``` Undefined...
I know EXC_BAD_ACCESS is very generic but we have also experienced a large spike in these errors since updating to 0.81.4 (new arch). It's really difficult to get reproduction steps....