Skip to content

Commit

Permalink
taking out ofxStencil… to much specific
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciogonzalezvivo committed Jun 15, 2012
1 parent 248ab16 commit 7a04dfa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 86 deletions.
2 changes: 1 addition & 1 deletion src/composers/ofxMask.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ void main (void){\n\
vec4 mask = texture2DRect(tex0, st);\n\
vec4 image = texture2DRect(tex1, st);\n\
\n\
gl_FragColor = vec4(image.rgb,max(mask.r,max(mask.g,mask.b)));\n\
gl_FragColor = vec4(image.rgb,max(mask.r,max(mask.g,mask.b))*image.a );\n\
}\n\
\n";
}
Expand Down
84 changes: 0 additions & 84 deletions src/composers/ofxStencil.h

This file was deleted.

1 change: 0 additions & 1 deletion src/ofxFX.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#include "composers/ofxClone.h"
#include "composers/ofxMultiTexture.h"
#include "composers/ofxBlend.h"
#include "composers/ofxStencil.h"

#include "filters/ofxBloom.h"
#include "filters/ofxBlur.h"
Expand Down

0 comments on commit 7a04dfa

Please sign in to comment.