These are used to wiggle the camera while looking at a specific picture.
More...
These are used to wiggle the camera while looking at a specific picture.
| void testApp::pushWigglePositions |
( |
) | |
|
| ofVec3f testApp::wiggle |
( |
) | |
|
Actual code that does wiggling.
- Returns
- ofVec3f
Definition at line 623 of file testApp.cpp.
| int testApp::currentwiggleindex |
The current active index of the WigglePositions vector.The index determines the direction in which the image will move.
Definition at line 145 of file testApp.h.
| ofVec3f testApp::currentwigglePosition |
Current Wiggle POsition.
Definition at line 142 of file testApp.h.
| float testApp::wiggleAnimationCounter |
A seperate animation counter for wiggling.
Definition at line 148 of file testApp.h.
| vector<ofVec3f> testApp::wigglePositions |
Different wiggle Positions/Directions .Look at the wiggle() function for more details.
Definition at line 139 of file testApp.h.