Skip to content

watab0shi/ofxAlphaMask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofxAlphaMask

Simple alpha masking addon.
screenshot

Usage

ofApp.h

ofxAlphaMask alphamask;
ofFbo        srcFbo;
ofFbo        maskFbo;

ofApp.cpp

alphamask.begin( maskFbo.getTexture() );
ofSetColor(255);
srcFbo.draw(0, 0);
alphamask.end();

About

Simple alpha masking addon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages