tidying up some shader stuff (nameing etc)

This commit is contained in:
langolierz
2018-10-16 20:54:48 +00:00
parent f1ee096cb3
commit fc14b5023c
23 changed files with 69 additions and 416 deletions

View File

@@ -1,3 +1,4 @@
// this is the default.vert shader used by conjur , it ensures that the frag shaders run by glslViewer will also run in openframeworks
attribute vec4 position;
attribute vec4 color;
attribute vec3 normal;