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
|
b3806b534a
|
Change `BaseSurface` virtual methods to pure virtual
|
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
|
e6814f9694
|
Clean up unused variables
|
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
|
9b934ba2a7
|
Change vertex changed event to contain index of the vertex
|
9 years ago |
Krisjanis Rijnieks
|
84b7d2a787
|
Set the default `GridWarpSurface` col and row count to 2
|
9 years ago |
Krisjanis Rijnieks
|
5726357069
|
Make surfaces emit events when vertices change
|
9 years ago |
Krisjanis Rijnieks
|
0ccdbe6839
|
Add `setGrid...` methods and fix `setTexCoords` for `GridWarpSurface`
|
9 years ago |
Krisjanis Rijnieks
|
feb2f7442b
|
Implement `moveTexCoords` for `GridWarpSurface` textures
|
9 years ago |
Krisjanis Rijnieks
|
e7a36c4a86
|
Add runtime error on set vert and tex coord index out of bounds
|
9 years ago |
Krisjanis Rijnieks
|
9704b6ea33
|
Add `getGridRows` and `getGridCols` methods
|
9 years ago |
Krisjanis Rijnieks
|
855b56cb8f
|
Implement `setTexCoord` and `setTexCoords` in `GridWarpSurface`
|
9 years ago |
Krisjanis Rijnieks
|
32e5739a3e
|
Make it possible to save `GridWarpSurface`
|
9 years ago |
Krisjanis Rijnieks
|
51ce0c0524
|
Implement `GridWarpSurface::moveBy`
|
9 years ago |
Krisjanis Rijnieks
|
18d5970845
|
Remove debug wireframe from `GridWarpSurface::draw`
|
9 years ago |
Krisjanis Rijnieks
|
3e34e40a51
|
Add first non-crashing `hitTest` and `getHitArea` to `GridWarpSurface`
|
9 years ago |
Krisjanis Rijnieks
|
ab6a6032ac
|
Test create `GridMeshSurface` on `g` keypress
|
9 years ago |
Krisjanis Rijnieks
|
7e955b7128
|
Add `GridWarkSurface` initial source files
|
9 years ago |