Davide Prati
Davide Prati
the syntax highlighting error is related to https://github.com/openframeworks/ofBook/issues/291. I think that apart this issue, that is already tracked n 291, the chapter is up to date with the current OF...
@tem44 could you fix the merge conflicts locally? then we can proceed with merging it.
@BrianSipple could you please solve the merge conflict locally?
@roymacdonald @tem44 what's the status of this PR?
Could you fix the merge conflicts locally?
@hiroMTB how does it sound to you?
Hi. I have followed the amazing tutorial by @madelinegannon https://gist.github.com/madelinegannon/10f62caba7184b90ea43a734768e5147 and I was able to run the `./bin/Protonect` executable. I have installed OF and compiled with gcc-6. I have added...
Just as a side note, I had make a mistake while installing libfreenect2. The instruction reported by @madelinegannon are correct, just: ``` > mkdir build && cd build > cmake...
The only two steps to get the example working on linux (after installing cuda, libfreenect2, etc, as explained in the guide) are: - Add `PROJECT_LDFLAGS=-L/usr/local/lib/ -lfreenect2 -L/usr/local/cuda/lib64 -lcuda -lcudart` to...
So, basically glslViewer is loading the texture using GL_REPEAT, see https://github.com/patriciogonzalezvivo/glslViewer/blob/16b17f524680f0f50702fc9bb1e61a981386cbbf/src/gl/texture.cpp#L37 While in glslCanvas gl.REPEAT is set just if it is passes through options. ``` gl.texParameteri(gl.TEXTURE_2D, gl.TEXTURE_WRAP_S, options.TEXTURE_WRAP_S || options.repeat...