남정호
|
fee5b5558c
|
Add video restart/pause/resume method
|
6 years ago |
Krisjanis Rijnieks
|
b6fbf63ddd
|
Add setDrawGui(bool) option
|
7 years ago |
Krisjanis Rijnieks
|
c6487b25be
|
Add loop option to setVideoSource
|
7 years ago |
Krisjanis Rijnieks
|
06545df724
|
Add ofxPiMapper::setImageSource()
Also fix ofxPiMapper::setVideoSource() to stop only video sources and not crash.
|
7 years ago |
Krisjanis Rijnieks
|
0ef4e1f8b5
|
Add ofxPiMapper::setVideoSource(fileName)
|
7 years ago |
Krisjanis Rijnieks
|
05d8966917
|
Add omp::getSelectedVertex()
|
7 years ago |
Krisjanis Rijnieks
|
211992c265
|
Add ofxPiMapper::toggleShift method
|
8 years ago |
Krisjanis Rijnieks
|
cb1947d145
|
Add ofxPiMapper::toggleLayerPanel
|
8 years ago |
Krisjanis Rijnieks
|
3b63753ad1
|
Add wrappers for Application::addGrid col and row methods
|
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 |
Theodoros Papatheodorou
|
594f5be6c6
|
added accessor function and simpler example
|
8 years ago |
Theodoros Papatheodorou
|
9357530b34
|
added ability to select a source by string name. Basically accessor functions to the SetSourceCmd class
|
8 years ago |
Krisjanis Rijnieks
|
b5101a4d7d
|
Add ofxPiMapper::selectVertex()
|
8 years ago |
Krisjanis Rijnieks
|
a5dc7adafa
|
Add ofxPiMapper::deselect()
|
8 years ago |
Krisjanis Rijnieks
|
2d95ccc0a6
|
Add ofxPiMapper::undo()
|
8 years ago |
Krisjanis Rijnieks
|
fee14872d7
|
Add getSelectedSurface()
|
8 years ago |
Krisjanis Rijnieks
|
d28b49a9f5
|
Add ofxPiMapper::selectNext and PrevTexCoord()
|
8 years ago |
Krisjanis Rijnieks
|
c3ebebd9f9
|
Add Application::togglePause()
|
8 years ago |
Krisjanis Rijnieks
|
e6302b5b71
|
Add Application::shutdown()
|
8 years ago |
Krisjanis Rijnieks
|
5f3ea80088
|
Add reboot() for Raspberry Pi on <x> press
|
8 years ago |
Krisjanis Rijnieks
|
0896c82e92
|
Add ofxPiMapper::scaleUp.. and ..Down()
|
8 years ago |
Krisjanis Rijnieks
|
687960c537
|
Add ofxPiMapper::togglePerspective()
|
8 years ago |
Krisjanis Rijnieks
|
b6bbf5526b
|
Add ofxPiMapper::setNextSource()
|
8 years ago |
Krisjanis Rijnieks
|
5d043d1977
|
Add option to set custom info text
|
8 years ago |
Krisjanis Rijnieks
|
b3bc344ed7
|
Add ofxPiMapper::duplicateSurface()
|
8 years ago |
Krisjanis Rijnieks
|
ce81e9e15d
|
Add moveLayerUp and ..Down methods to ofxPiMapper
|
8 years ago |
Krisjanis Rijnieks
|
bf07dabdb0
|
Replace ofxPiMapper::Mode with ofx::piMapper::Mode
|
8 years ago |
Krisjanis Rijnieks
|
7c90b3ba0f
|
Add ofxPiMapper::eraseSurface(index)
|
8 years ago |
Krisjanis Rijnieks
|
9e0b302e1f
|
Add ofxPiMapper::createSurface(SurfaceType)
|
8 years ago |
Krisjanis Rijnieks
|
d955a54c37
|
Replace ofMain.h with ofEvents.h and ofLog.h
|
8 years ago |
Krisjanis Rijnieks
|
c182d96b10
|
Remove obsolete includes from ofxPiMapper.h
|
8 years ago |
Krisjanis Rijnieks
|
e7424d492e
|
Add passing key events instead of registering to them
|
9 years ago |
Krisjanis Rijnieks
|
038c408919
|
Add passing mouse events instead of registering to them
|
9 years ago |
Krisjanis Rijnieks
|
c8c32f417e
|
Add ofxPiMapper::toggleInfo
|
9 years ago |
Krisjanis Rijnieks
|
dc13e607fd
|
Remove ofxPiMapper::loadXmlSettings
In favour of loadProject.
|
9 years ago |
Krisjanis Rijnieks
|
e01c0585cf
|
Add ofxPiMapper::saveProject and loadProject
|
9 years ago |
Krisjanis Rijnieks
|
08b6e1e13d
|
Add ofxPiMapper::selectNext and PrevVertex()
|
9 years ago |
Krisjanis Rijnieks
|
68e3ab8cb6
|
Add ofxPiMapper::moveSelection method
|
9 years ago |
Krisjanis Rijnieks
|
1a1928259f
|
Rename setActivePreset to setPreset
|
9 years ago |
Krisjanis Rijnieks
|
7d9a11b4b3
|
Add ofxPiMapper::selectNext and PrevSurface methods
|
9 years ago |
Krisjanis Rijnieks
|
05c7185ba9
|
Add ofxPiMapper::selectSurface
|
9 years ago |
Krisjanis Rijnieks
|
007c80d7a4
|
Add ofxPiMapper::togglePauseForSurface and getNumSurfaces methods
For toggling video play/pause from code... close #76
|
9 years ago |
Krisjanis Rijnieks
|
fb6563759f
|
Rename PROJECTION_MODE to MAPPING_MODE
|
9 years ago |
Krisjanis Rijnieks
|
1ab7272924
|
Add ofxPiMapper::setMode
|
9 years ago |
Krisjanis Rijnieks
|
1a2070139d
|
Integrate SetActivePresetCmd into Application
|
9 years ago |
Krisjanis Rijnieks
|
c77fb4f3e2
|
Add eraseActivePreset()
|
9 years ago |
Krisjanis Rijnieks
|
52725a033e
|
Add cloneActivePreset()
|
9 years ago |
Krisjanis Rijnieks
|
731e979af3
|
Add mode reporting at the top level of ofxPiMapper
|
9 years ago |