Felix Dubrownik
|
b0e7800752
|
added TODO
|
11 years ago |
Felix Dubrownik
|
7c5fa74c60
|
added Test case. Compiles. shows right number of images
|
11 years ago |
Felix Dubrownik
|
05ee627759
|
added DrectoryWatchers for video and image
|
11 years ago |
Felix Dubrownik
|
46576c5075
|
added handlers. Dummies for now, but compiles
|
11 years ago |
Felix Dubrownik
|
e7f2b4315e
|
MediaServer: added Filters for Video and Images
|
11 years ago |
Felix Dubrownik
|
e33c42cb03
|
copied init from ofxIO dirWatcher example
|
11 years ago |
Felix Dubrownik
|
9150e6832f
|
init, created class
|
11 years ago |
Krisjanis Rijnieks
|
e180547545
|
Add constrain to quad feature to quad surface tex coord selection
|
11 years ago |
Felix Dubrownik
|
6d44d1cae7
|
ran clang Format with google code Style
|
11 years ago |
Felix Dubrownik
|
66283175f1
|
Refactoring: Renaming Classes, introducing namespace
|
11 years ago |
Felix Dubrownik
|
4605d05756
|
Renamed RadioList
|
11 years ago |
Felix Dubrownik
|
921b2e20da
|
Renamed the files
|
11 years ago |
Krisjanis Rijnieks
|
39c5be41e0
|
Position image source selector
|
11 years ago |
Krisjanis Rijnieks
|
ef5ac3da52
|
Fix there is no need for a guiGroup label item as it has a header already
|
11 years ago |
Krisjanis Rijnieks
|
c12a1c110e
|
Not showing source list if there is no surface selected
|
11 years ago |
Krisjanis Rijnieks
|
88d3b51bdf
|
Fix ofxSourcesEditor to work with ofxRadioList
|
11 years ago |
Krisjanis Rijnieks
|
e040ea7d36
|
Fix ofxRadioList to work with ofxSourcesEditor
Add getItemName method
Add enable and disable methods
Add storedLabels and storedTitle variables for recreating toggles on enable
Add clear method
|
11 years ago |
Krisjanis Rijnieks
|
55cc4cfac6
|
Add getTitle() method to ofxRadioList
|
11 years ago |
Krisjanis Rijnieks
|
022d31de5d
|
Add ofxGuiGroup as the container for toggles
Add event that notifies its listeners about selected radio button/toggle
|
11 years ago |
Krisjanis Rijnieks
|
d4b17dc092
|
Add ofxRadioList base code
|
11 years ago |
Felix Dubrownik
|
5e2d481d9a
|
bugfix: mesh doesn't recalculate when moved
|
11 years ago |
Felix Dubrownik
|
a79cbc0d94
|
only recalculate on setVertex and SetTexCoord
|
11 years ago |
Felix Dubrownik
|
0ce892ae2e
|
implemented perspective Warping openGL ES fixed funtction pipeline.
|
11 years ago |
Krisjanis Rijnieks
|
e307d6c62a
|
Fix crash when removing surface after releasing mouse outside window
|
11 years ago |
sebl
|
6099c436bf
|
edit ofxSurfaceManager.cpp
new file: src/ofxQuadSurface.cpp
new file: src/ofxQuadSurface.h
src/ofxQuadSurface.cpp
|
11 years ago |
sebl
|
b674303dc4
|
modified: example-fboTexture/bin/data/defaultSurfaces.xml
modified: example-fboTexture/src/ofApp.cpp
modified: example-fboTexture/src/ofApp.h
modified: src/ofxProjectionEditor.h
modified: src/ofxSurfaceManager.cpp
modified: src/ofxSurfaceManager.h
modified: src/ofxSurfaceType.h
modified: src/ofxTextureEditor.cpp
src/ofxQuadSurface.cpp
src/ofxQuadSurface.h
|
11 years ago |
Krisjanis Rijnieks
|
f7df8734d6
|
Add remove surface method to both examples, press backspace and delete selected surface
|
11 years ago |
Krisjanis Rijnieks
|
cbac99cbdf
|
Add snapping to projection surface editor
|
11 years ago |
Krisjanis Rijnieks
|
6260e485f1
|
Add move surfaces and joints with arrow keys
|
11 years ago |
Krisjanis Rijnieks
|
193bb8764a
|
Add hide cursor on start and show on edit modes
|
11 years ago |
Krisjanis Rijnieks
|
db50dc6404
|
Add select joints on click
|
11 years ago |
Krisjanis Rijnieks
|
3ec804f39b
|
Remove joint fill color
|
11 years ago |
Krisjanis Rijnieks
|
7c26399452
|
Fix joints not redrawn on new surface selection while in projection editor
|
11 years ago |
Krisjanis Rijnieks
|
0a75947b66
|
Add loading surface data from surfaces.xml
|
11 years ago |
Krisjanis Rijnieks
|
5acb0e86aa
|
Add saving surface data to xml file
|
11 years ago |
Krisjanis Rijnieks
|
125f4f246c
|
Add image source selection per surface
|
11 years ago |
Krisjanis Rijnieks
|
af146d001f
|
Add basic memory management, unloading surfaces that are not assigned
|
11 years ago |
Krisjanis Rijnieks
|
765b8eaae6
|
Add posibility to select texture for selected surface
|
11 years ago |
Krisjanis Rijnieks
|
5ab0168cbb
|
Add visual switching to sources editor with key 4
|
11 years ago |
Krisjanis Rijnieks
|
17e9a5b50b
|
Add ofxSourcesEditor and some comments
|
11 years ago |
Krisjanis Rijnieks
|
c52a5b1ab6
|
Add different addSurface method options to surfaceManager
|
11 years ago |
Krisjanis Rijnieks
|
90712b37db
|
Add movable joints for texture edit mode
|
11 years ago |
Krisjanis Rijnieks
|
f2b419c82e
|
Add texture area dragging in gui texture edit mode
|
11 years ago |
Krisjanis Rijnieks
|
4c93ea241f
|
Add projection surface joint movement
|
11 years ago |
Krisjanis Rijnieks
|
e561579685
|
Add moveSelectedSurface by method to projection editor
|
11 years ago |
Krisjanis Rijnieks
|
4d813b38a3
|
Add posibility to move surfaces again
|
11 years ago |
Krisjanis Rijnieks
|
8ab9754ff6
|
Add joints and surface deselection
|
11 years ago |
Krisjanis Rijnieks
|
7c002c73b6
|
Add surface selection in projection mapping edit mode
|
11 years ago |
Krisjanis Rijnieks
|
37d5cd9946
|
Add different surface management logic
|
11 years ago |
Krisjanis Rijnieks
|
84f2645165
|
Fix type classes
|
11 years ago |