VetoProjects / VetoLC

A Live Coding Environment for AudioPython, QML and GLSL(also rudimentary Python IDE capabilities)
MIT License
6 stars 1 forks source link

Loading Pictures into the shader is faulty #3

Closed hellerve closed 9 years ago

hellerve commented 10 years ago

The pictures loaded by the renderer are not the ones supposed to be loaded. That needs to be fixed.

hellerve commented 10 years ago

As the problematic code is maintained by @Tobsic, I will assign him.

Tobsic commented 9 years ago

Pictures are now avalible with #texture <samplerName> <path> so it could be used with texture(<samplerName>, <uv>);. It is tested on Windows, Linux and OS X.