Krisjanis Rijnieks
ef6ced6701
Fix GridWarpSurface non-void functions returning void
8 years ago
Krisjanis Rijnieks
ca7bfeafac
Fix warning "is abstract but has non-virtual destructor"
8 years ago
Krisjanis Rijnieks
26326733cc
Make it work with openFrameworks master branch
8 years ago
Krisjanis Rijnieks
9966ecf83a
Update code to use Vec3 and Vec2 everywhere
8 years ago
Krisjanis Rijnieks
5e23b21eb2
Add Vec2 adapter class, Vec3 still to finish
8 years ago
c-mendoza
2122f4bc8a
CircleSurface: refactoring for performance, wip
8 years ago
c-mendoza
e73f8624d0
Alpha masking without shaders for RPi
8 years ago
c-mendoza
d3270674d2
Renamed stringify macro to avoid a naming conflict
8 years ago
c-mendoza
7f29c755ab
Small fix to CircleSurface
8 years ago
c-mendoza
e98cae857d
CircleSurface + changes in various files to support the new surface
8 years ago
Theodoros Papatheodorou
18d50a70d7
added fbo accessor functions to FboSource, surrounded calls to setup() and reset() with calls to begin/end fbo drawing
8 years ago
Theodoros Papatheodorou
398da86acf
added virtual function reset() in baseSource that can be overridden in Source classes to reset source variables on re-entry, if needed
8 years ago
Krisjanis Rijnieks
b193764e6e
Fix transp png images have border, close #122
8 years ago
Krisjanis Rijnieks
ef52cf893b
Add SurfaceManager::removeSurface(index)
9 years ago
Krisjanis Rijnieks
882dafc3a8
Remove cout from BaseSurface::scaleTo
9 years ago
Krisjanis Rijnieks
ff20c60789
Fix SurfaceType enum so it can be used as type for real
The problem was that wherever we use SurfaceType, the variable type was int, which leads to
confusion sometimes.
9 years ago
Krisjanis Rijnieks
038c408919
Add passing mouse events instead of registering to them
9 years ago
Krisjanis Rijnieks
1a1928259f
Rename setActivePreset to setPreset
9 years ago
Krisjanis Rijnieks
626eebd3e1
Add getSelectedSurfaceIndex
9 years ago
Krisjanis Rijnieks
edb4b682e0
Improve cloneActivePreset()
9 years ago
Krisjanis Rijnieks
c77fb4f3e2
Add eraseActivePreset()
9 years ago
Krisjanis Rijnieks
52725a033e
Add cloneActivePreset()
9 years ago
Krisjanis Rijnieks
a83cebb89b
Fix returning no value where it should
9 years ago
Krisjanis Rijnieks
49bce71509
Remove comments and some whitespace
9 years ago
Krisjanis Rijnieks
2d504160d5
Add HexagonSurface as base for CircleSurface
9 years ago
Krisjanis Rijnieks
4678c76c4f
Add ofxPiMapper::setActivePreset and getNumPresets
9 years ago
Krisjanis Rijnieks
a96d7c8f7a
Saving and loading presets properly
9 years ago
Krisjanis Rijnieks
071ea03aff
Rename SurfaceManager::clear to clearPresets
To increase readability as it was not clear what clear() does in the context of presets.
Does it clear surfaces or presets or both. Now one can use getCurrentPreset()->clear() if it
exists to clear the surfaces of the current preset.
9 years ago
Krisjanis Rijnieks
7febe46958
Create presets through SettingsLoader
9 years ago
Krisjanis Rijnieks
5076b39c89
Make SurfaceStack not a singleton
9 years ago
Krisjanis Rijnieks
e3f67a3067
Add preset todo in SettingsLoader
9 years ago
Krisjanis Rijnieks
b3b5ba13fe
Remove SurfaceManagerGui
9 years ago
Krisjanis Rijnieks
207ac39b99
Clean up SurfaceManagerGui
9 years ago
Krisjanis Rijnieks
fc0055cad7
Integrate the SourcesEditorWidget into Application
9 years ago
Krisjanis Rijnieks
3644c25f95
Rename SourcesEditor to SourcesEditorWidget
9 years ago
Krisjanis Rijnieks
f3ef6e8134
Clean up after ProjectionEditorWidget move
9 years ago
Krisjanis Rijnieks
198b4456c5
Change owner of ProjectionEditorWidget to Gui
9 years ago
Krisjanis Rijnieks
5c37c56ecb
Rename ProjectionEditor to ProjectionEditorWidget
9 years ago
Krisjanis Rijnieks
ed1dd32fa2
Clean up old code related to TextureEditingWidget old paths
9 years ago
Krisjanis Rijnieks
42e8a8590f
Make Gui the owner of TextureEditorWidget
9 years ago
Krisjanis Rijnieks
324b2378cf
First step towards transforming TextureEditor into widget
9 years ago
Krisjanis Rijnieks
3b202bd270
Remove TextureEditor::enable() disable() etc...
9 years ago
Krisjanis Rijnieks
5d89e84088
Clean up SurfaceManagerGui even more
9 years ago
Krisjanis Rijnieks
fca7b4e5a9
Remove SurfaceManagerGui::mousePressed()
9 years ago
Krisjanis Rijnieks
8e984d7c15
Remove ProjectionMappingState::mousePressed() code from SurfaceManagerGui
9 years ago
Krisjanis Rijnieks
5f562fb012
Remove SurfaceManagerGui::mouseDragged()
9 years ago
Krisjanis Rijnieks
bffb98e558
Move mouseDragged texture mapping part to TextureMappingState
9 years ago
Krisjanis Rijnieks
a4939f3a34
Clean up SurfaceMangerGui::mouseDragged()
9 years ago
Krisjanis Rijnieks
0a15a972f9
Move projection editor mouseDragged part to ProjectionMappingState
9 years ago
Krisjanis Rijnieks
976dbd9ad4
Remove SurfaceManagerGui::mouseReleased()
9 years ago