Krisjanis Rijnieks
|
2ef85c8999
|
Integrate `RmGridColCmd` into `Application`
|
9 years ago |
Krisjanis Rijnieks
|
5d7937a482
|
Do not create `RmGridRowCmd` if surface rows are <= 1
|
9 years ago |
Krisjanis Rijnieks
|
62a11838ac
|
Integrate `AddGridColCmd` into `Application`
|
9 years ago |
Krisjanis Rijnieks
|
d1b6b8dc6a
|
Integrate `RmGridRowCmd` into `Application`
|
9 years ago |
Krisjanis Rijnieks
|
dc7bc09019
|
Integrate `AddGridRowCmd` into `Application`
|
9 years ago |
Krisjanis Rijnieks
|
ab6a6032ac
|
Test create `GridMeshSurface` on `g` keypress
|
9 years ago |
Krisjanis Rijnieks
|
0d6106b22a
|
Move all essential application parts to `Application` class
|
10 years ago |
Krisjanis Rijnieks
|
6c4748e458
|
Integrate `TogglePerspectiveCmd` into `ProjectionMappingState`
By hitting `p` while in the projection mapping editor, selected surface toggles perspective on and off
|
10 years ago |
Krisjanis Rijnieks
|
2e311e89b0
|
Add `_cmdManager` as a pointer to `ofxPiMapper` root class
- Change the getter to return pointer as well.
- Update code elsewhere to call methods on `CmdManager` as if it was a pointer.
|
10 years ago |
Krisjanis Rijnieks
|
95b366ada5
|
Change src code style using ofStyler
|
10 years ago |
Krisjanis Rijnieks
|
502f76b4a9
|
Move keyboard input mappings completely to application state system
|
10 years ago |
Krisjanis Rijnieks
|
8867edb8f2
|
Add AddSurfaceCmd and move surface creation key commands
- from ofxPiMapper to application state machine
|
10 years ago |
Krisjanis Rijnieks
|
2306be1c5d
|
Rename MainView to Application and not just that
- Rename ViewState to ApplicationBaseState
- Rename all ..ViewState's to just ..State's
- Adjust ofxPiMapper main class so app compiles
|
10 years ago |