Krisjanis Rijnieks
be4d830c54
Remove unused variables from TextureEditorWidget
8 years ago
Krisjanis Rijnieks
cd95c14b80
Remove unused variable boxAspect from ScaleWidget
8 years ago
Krisjanis Rijnieks
2a7416f663
Remove glm/geometric include for oF stable
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
e98cae857d
CircleSurface + changes in various files to support the new surface
8 years ago
Krisjanis Rijnieks
03b06f108a
Improve ScaleWidget mouse dragged fix
The problem was in ofxPiMapper class where mousePressed(x, y, button) was transformed into
onMousePressed(ofMouseEventArgs & args) version. The event type was missing. Added now.
9 years ago
Krisjanis Rijnieks
25555be25c
Fix ScaleWidget
The issue was and still is that the ofMouseEventArgs::type is not set correctly in
openFrameworks.
9 years ago
Krisjanis Rijnieks
1e860fe95a
Fix crash caused by ScaleWidget::onMousePressed
Adding check if surface is selected.
9 years ago
Krisjanis Rijnieks
ed0ee4fd96
React to image added events
9 years ago
Krisjanis Rijnieks
21533b6b90
Add tex coord polling in case texture not loaded yet
9 years ago
Krisjanis Rijnieks
099e25baff
Optimize TextureMappingMode tex coord moving exec/undo
9 years ago
Krisjanis Rijnieks
5e7bc8a194
Add TextureEditorWidget::getTexCoord and selectTexCoord
9 years ago
Krisjanis Rijnieks
da547889d6
Put contents of TextureConsumersWidget into TextureHighlightWidget
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
8db988ca87
Prevent exec SelNext and SelPrevSurfaceCmd when no surfaces present
9 years ago
Krisjanis Rijnieks
3f28befa72
Clean up ProjectionEditorWidget
9 years ago
Krisjanis Rijnieks
3b13f0a7de
Add TextureConsumersWidget
9 years ago
Krisjanis Rijnieks
3f1bc1520e
Fix crashing on vertex click after deselect
This was a nasty long-timer bug. A lot of unfortunate crashes before autosave was there. It
usually happened when one was trying to click on the selected surface vertex, failed and
then tried again. The selection widget joints were still hitTested, but as there was no
selection anymore, the app crashed while trying to access a vertex of a non-existing
surface.
9 years ago
Krisjanis Rijnieks
2d504160d5
Add HexagonSurface as base for CircleSurface
9 years ago
Krisjanis Rijnieks
fc0055cad7
Integrate the SourcesEditorWidget into Application
9 years ago
Krisjanis Rijnieks
e7fb328313
Move SourcesEditorWidget to Gui/Widgets
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
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
d142606975
Fix crash because of ScaleWidget::update() on undo
9 years ago
Krisjanis Rijnieks
038758ce33
Fix ScaleWidget not capturing new surface after duplicate
9 years ago
Krisjanis Rijnieks
b90e90bd9e
Improve ScaleWidget visual appearance
..by adding a little square where the center of the selected surface is.
9 years ago
Krisjanis Rijnieks
7749a6bfb8
Improve folder structure
9 years ago