Color and Alpha in glsl shader instead Gem object
Deleted old audio files
This commit is contained in:
parent
f67bfb43c8
commit
0f93a69d5e
9 changed files with 369 additions and 613 deletions
6
puredata/glsl/gain.vert
Executable file
6
puredata/glsl/gain.vert
Executable file
|
@ -0,0 +1,6 @@
|
|||
void main()
|
||||
{
|
||||
gl_TexCoord[0] = gl_MultiTexCoord0;
|
||||
gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue