TuttleOFX
1
|
#include <tuttle/plugin/global.hpp>
#include <GL/glew.h>
#include <tuttle/plugin/opengl/gl.h>
#include <tuttle/plugin/interact/interact.hpp>
#include <tuttle/plugin/interact/overlay.hpp>
#include <tuttle/plugin/ofxToGil/point.hpp>
#include <tuttle/plugin/ImageEffectGilPlugin.hpp>
#include <ofxsImageEffect.h>
#include <ofxsInteract.h>
#include <boost/gil/gil_all.hpp>
#include <boost/gil/extension/color/hsl.hpp>
#include <boost/scoped_ptr.hpp>
#include <vector>
Go to the source code of this file.