Krisjanis Rijnieks
6f3ba63a9f
Add prev selected vertex to SelSurfaceCmd
9 years ago
Krisjanis Rijnieks
aec929d45b
Add prev selected vertex to SelPrevSurfaceCmd
9 years ago
Krisjanis Rijnieks
cb645a0847
Add prev selected vertex to SelNextSurfaceCmd
9 years ago
Krisjanis Rijnieks
1e860fe95a
Fix crash caused by ScaleWidget::onMousePressed
Adding check if surface is selected.
9 years ago
Krisjanis Rijnieks
5f519025ec
Add l shortcut to readme
9 years ago
Krisjanis Rijnieks
ed3dd264de
Remove fullscreen shortcut
9 years ago
Krisjanis Rijnieks
d7b458393f
Add l shortcut to Info
9 years ago
Krisjanis Rijnieks
e7a23a4a2b
Hide/show layer panel on l press
9 years ago
Krisjanis Rijnieks
2d8a5ae21c
Add nice looking cli countdown
9 years ago
Krisjanis Rijnieks
517cbf1e69
Do not exec Sel..TexCoordCmd in tex mode if no surface selected
9 years ago
Krisjanis Rijnieks
41c21c0cc4
Fix crash when hitting arrow in tex mode, close #81
9 years ago
Krisjanis Rijnieks
ed0ee4fd96
React to image added events
9 years ago
Krisjanis Rijnieks
1cc8ba5ae4
Add some todos
9 years ago
Krisjanis Rijnieks
5c97496eee
Add blending source for projector blending projects
9 years ago
Krisjanis Rijnieks
c83c001967
Add usb0 to usb3 to media server locations
9 years ago
Krisjanis Rijnieks
d78984b98e
Remove ofxOMXPlayer from common addon dependencies
Let's hope that ofxOMXPlayer will be integrated into future versions of ofVideoPlayer
9 years ago
Krisjanis Rijnieks
35d8d6d0ba
Add Compiling on Linux section
9 years ago
Krisjanis Rijnieks
21533b6b90
Add tex coord polling in case texture not loaded yet
9 years ago
Krisjanis Rijnieks
abb17e88fe
Fix texture coords not matching tex crop area
After hitting TAB and changing to nex texture in texture mode, joints were not matchin the
actual texture coordinates. Fix here. There is another problem though. There is a problem
with videos that have not been allocated yet. There is no size for the texture, thus it is
not possible calculate the texture coods.
9 years ago
Krisjanis Rijnieks
fa08c17a7d
Add 5 sec sleep
This is done to allow the system to init keyboard and mouse which sometimes is not
recognised after startup, probably because the openFrameworks app starts before keyboard and
mouse is initialised.
9 years ago
Krisjanis Rijnieks
b36700ac7c
Add keepalive scripts
9 years ago
Krisjanis Rijnieks
b6b0c17713
Make use of DeselectTexCoordCmd when click drag all coords
9 years ago
Krisjanis Rijnieks
77efc60938
Clean up TextureMappingMode
9 years ago
Krisjanis Rijnieks
ab2b7d527b
Update example-camera xcodeproj
9 years ago
Krisjanis Rijnieks
6fe6d10cce
Update example xcodeproj
9 years ago
Krisjanis Rijnieks
dd19417ad2
Create SaveTexCoordPosCmd only if tex coord move has happened
9 years ago
Krisjanis Rijnieks
099e25baff
Optimize TextureMappingMode tex coord moving exec/undo
9 years ago
Krisjanis Rijnieks
50e152f3d4
Make TextureMappingMode::moveSelection more elegant
9 years ago
Krisjanis Rijnieks
dfa4fc8085
Improve SelPrevTexCoordCmd
9 years ago
Krisjanis Rijnieks
4b350db18c
Improve SelNextTexCoordCmd
9 years ago
Krisjanis Rijnieks
5e7bc8a194
Add TextureEditorWidget::getTexCoord and selectTexCoord
9 years ago
Krisjanis Rijnieks
9fd904cef4
Create command on TextureMappingMode::moveSelection
9 years ago
Krisjanis Rijnieks
d78cd8f02e
Add TextureMappingMode::moveSelection
Discovery: the method used this far did not have an undoable command. Added a TODO as well.
9 years ago
Krisjanis Rijnieks
68e3ab8cb6
Add ofxPiMapper::moveSelection method
9 years ago
Krisjanis Rijnieks
94cbfcab79
Implement ProjectionMappingMode::moveSelection
Use the method when arrow keys are pressed instead of creating commands directly
9 years ago
Krisjanis Rijnieks
a8a47892fa
Add ApplicationBaseMode::moveSelection empty virtual method
9 years ago
Krisjanis Rijnieks
f9284c4694
Update example-camera xcodeproj
9 years ago
Krisjanis Rijnieks
da069395df
Update example xcodeproj
9 years ago
Krisjanis Rijnieks
da547889d6
Put contents of TextureConsumersWidget into TextureHighlightWidget
9 years ago
Krisjanis Rijnieks
18e45f5b4b
Merge pull request #78 from BildPeter/master
cMake files for the examples
9 years ago
Peter Kolski
84203e05b9
cMake for camera example
9 years ago
Peter Kolski
4bed6da78d
Included a cMake file
9 years ago
Peter Kolski
d1466716c3
Included source files
9 years ago
Peter Kolski
ca2db7652d
Added template for cMake Projects
9 years ago
Krisjanis Rijnieks
3b37b4e4c2
Improve SurfaceHighlightWidget
Add drawing other surface outlines as sometimes parts of them overlap with the background
and it is not possible to see where are the other surfaces.
9 years ago
Krisjanis Rijnieks
31cd64b732
Update example-camera xcodeproj
9 years ago
Krisjanis Rijnieks
19c47ff611
Rename SetActivePresetCmd to SetPresetCmd
9 years ago
Krisjanis Rijnieks
1a1928259f
Rename setActivePreset to setPreset
9 years ago
Krisjanis Rijnieks
22572e3bda
Refine ProjectionMappingMode::selectNext and PrevSurface
Do not create command if there is only one surface and it is selected.
9 years ago
Krisjanis Rijnieks
02f14bfe95
Refine ofxPiMapper::selectSurface public method
9 years ago