diff options
| author | Comment <tim@gray.(none)> | 2013-01-16 14:41:27 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-01-16 14:41:27 +0000 |
| commit | e775f024476943beacc433c39b6b1003f7ba0d86 (patch) | |
| tree | 5a26b90a0a11574e3cbd3aa7cead9b55a6289bc6 /liveengineUnmapped/src/playlist.h | |
| parent | 2b3eaa8dd74c373e7c82a414014c469fe415b66e (diff) | |
frame engine with alpha channel and blending
Diffstat (limited to 'liveengineUnmapped/src/playlist.h')
| -rwxr-xr-x | liveengineUnmapped/src/playlist.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/liveengineUnmapped/src/playlist.h b/liveengineUnmapped/src/playlist.h index 846de74..2790835 100755 --- a/liveengineUnmapped/src/playlist.h +++ b/liveengineUnmapped/src/playlist.h @@ -12,17 +12,17 @@ class playlist : public ofThread { playlist();
virtual ~playlist(); void loadimg(); - void loadsvg(); + void loadLayers(); void load(string _name); void threadedFunction();
- void makeThumbnail(); + void makeThumbnail(); - ofFbo thumbnail;
- bool thumbnailed;
+ ofFbo thumbnail;
+ bool thumbnailed;
ofxXmlSettings XML; map<int,layer*> layers;
- string name;
+ string name;
protected:
private:
};
|
