Skip to content

bgstaal/ofxStencil

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ofxStencil

Simple addon for using stencil buffer. Code adapted from:
http://www.videotutorialsrock.com/opengl_tutorial/reflections/video.php

You need to enable stencil buffer in main.cpp, for example:

ofAppGlutWindow window; window.setGlutDisplayString("stencil~2 rgba double samples>=4 depth");

Usage:

ofxStencil stencil; stencil.beginDrawingStencil(); //draw your mask stencil.beginUsingStencil(); //draw what you want masked stencil.endUsingStencil();

About

Simple addon for using stencil buffer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%