28 Commits (26326733ccc273747ecc4b7154ca04d9b1db2d9d)

Author SHA1 Message Date
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
Krisjanis Rijnieks 1dafb81faa Remove ofSetColor from surface draw() calls 9 years ago
Krisjanis Rijnieks 613a348d33 Set perspective warping when cloning QuadSurface 9 years ago
Krisjanis Rijnieks c2920e0d70 Make sure that the textures are drawn in colors expected 9 years ago
Krisjanis Rijnieks c681e2e8b0 Leave no trace after using `ofEnableNormalizedTexCoords()` 9 years ago
Krisjanis Rijnieks 5b21163bcd Fix reference counting of sources of cloned surfaces 9 years ago
Krisjanis Rijnieks 18ae7b7b42 Add `clone()` and `deleteSurface()` methods to `BaseSurface` 9 years ago
Krisjanis Rijnieks a25f15cc4f Fix perspective warping on fullscreen toggle, close #45 9 years ago
Krisjanis Rijnieks 9b934ba2a7 Change vertex changed event to contain index of the vertex 10 years ago
Krisjanis Rijnieks 5726357069 Make surfaces emit events when vertices change 10 years ago
Krisjanis Rijnieks 173c5f7a2a Integrare `HomographyHelper` into ofxPiMapper more deeply 10 years ago
Krisjanis Rijnieks 4fc46da512 Clean up `QuadSurface` 10 years ago
Krisjanis Rijnieks 3c3a41afb0 Get homography based perspective warping to work 10 years ago
Krisjanis Rijnieks ba463f6db5 Add `getPerspectiveWarping()` 10 years ago
Krisjanis Rijnieks c7713779fc Calculate 4d texture coordinates only if `_perspectiveWarping` flag is true 10 years ago
Krisjanis Rijnieks c3f687172e Add `_perspectiveWarping` flag to `QuadSurface` 10 years ago
Krisjanis Rijnieks 9001b7c73b Remove empty texture warnings in surface drawing methods 10 years ago
Krisjanis Rijnieks dddfec4392 Add texture `isAllocated()` check before drawing surface 10 years ago
Krisjanis Rijnieks 965eb57d14 Add `setVertices` and `setTexCoords` methods 10 years ago
Krisjanis Rijnieks 0fbfe7174b Remove `std::` prefix everywhere in `src` 10 years ago
Krisjanis Rijnieks f160fbd232 Replace `NULL` with `0` everywhere 10 years ago
Krisjanis Rijnieks 95b366ada5 Change src code style using ofStyler 10 years ago
Krisjanis Rijnieks 24fe4fdc94 Remove MoveSurfaceCommand from command stack via undo if surface not moved 10 years ago
Krisjanis Rijnieks 655b7dbac3 Remove quad surface perspective warping as it was buggy. Next logincal steps: 11 years ago
Krisjanis Rijnieks bd3f23a349 Remove cout from QuadSurface constructor 11 years ago
Krisjanis Rijnieks 19c33ddd5f Massive restructure: 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 921b2e20da Renamed the files 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
sebl 6099c436bf edit ofxSurfaceManager.cpp 11 years ago
Krisjanis Rijnieks f2b419c82e Add texture area dragging in gui texture edit mode 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 47c2333f24 Add getTexCoord method to triangle surface 11 years ago
Krisjanis Rijnieks 18f9055d2b Add surface gui for the only surface we have here 11 years ago
Krisjanis Rijnieks ee49f3b80f Add setTexCoord method to triangle surface to be able to control texture coordinates of each triangle vertex 11 years ago
Krisjanis Rijnieks 0427680c29 Add setVertex method to striangle surface to be able to move its corners 11 years ago
Krisjanis Rijnieks 0022c92ba7 Add texture and texture coordinates to triangle surface 11 years ago
Krisjanis Rijnieks d830c04453 Add placeholder code for the ofxTriangleSurface 11 years ago
Krisjanis Rijnieks 52883ccbbb Add ofxTriangleSurface placeholder 11 years ago