Krisjanis Rijnieks
655b7dbac3
Remove quad surface perspective warping as it was buggy. Next logincal steps:
- Add mesh warping (multiple cols and rows)
- Then add perspective warping as a wrapper of the mesh warp
11 years ago
Krisjanis Rijnieks
bd3f23a349
Remove cout from QuadSurface constructor
11 years ago
Krisjanis Rijnieks
19c33ddd5f
Massive restructure:
- Added source types
- Adjusted surfaces to work with the types instead of plain textures
- Improved media server to manage all of the source types
- Added video source that works on Mac for now
- A lot of small adjustments
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
new file: src/ofxQuadSurface.cpp
new file: src/ofxQuadSurface.h
src/ofxQuadSurface.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