12 Commits (5b21163bcd42a5ec1ae16e095dab048eb82b2ba4)

Author SHA1 Message Date
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 5726357069 Make surfaces emit events when vertices change 9 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 19c33ddd5f Massive restructure: 11 years ago
Krisjanis Rijnieks 313746eaaf Remove cout from constr and deconstr 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
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