<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi Gabor,<br></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

minor commits:<br></blockquote><div><br></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div> </div><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">
- added some resets to (clear), which were bugging me for a long time,<br>(clear-colour) is set to black, (show-fps), (show-axis) and (fog) is reset<br></blockquote><div><br></div><div>Nice! </div></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

- added mat4 support for (shader-set!), now scheme vectors can be uploaded as glsl vec2, vec3, vec4, mat4<br>
</blockquote><div><br></div><div><br></div><div>I think this causes a issue for me. I got this;</div><div><br></div><div><div>g++ -o libfluxus/src/GLSLShader.o -c -ggdb -pipe -Wall -O3 -ffast-math -Wno-unused -fPIC -DFLUXUS_MAJOR_VERSION=0 -DFLUXUS_MINOR_VERSION=18 -DRACKET_COLLECTS_LOCATION="\"/usr/local/lib/racket/collects/"\" -DFLUXUS_COLLECTS_LOCATION="\"/usr/local/lib"\" -DDATA_LOCATION="\"/usr/local/share/fluxus-018"\" -DGLSL -DMZ_PRECISE_GC -D__LINUX_ALSASEQ__ -DdDOUBLE -I/usr/local/include -I/usr/include -I/usr/local/include/freetype2 -I/usr/include/freetype2 -I/usr/local/include/racket -I/home/zach/Fluxus/fluxus-dev/libfluxus/src libfluxus/src/GLSLShader.cpp</div>
<div>libfluxus/src/GLSLShader.cpp: In member function 'void Fluxus::GLSLShader::SetVector(const std::string&, Fluxus::dVector, int)':</div><div>libfluxus/src/GLSLShader.cpp:306: error: 'assert' was not declared in this scope</div>
<div>scons: *** [libfluxus/src/GLSLShader.o] Error 1</div><div>scons: building terminated because of errors.</div></div><div><br></div><div>I had scons clean everything and start over but that didn't help. The error is in the exact section of the code where this vector stuff happens, but it's not clear where the "assert" should come from. I thought there might be some conditional clause referring to OSX (that would explain why it wouldn't work on Ubuntu here) but I can't find one. Kindly have a look.</div>
<div><br></div><div>Yours,</div><div>Kas.</div></div>