NostalgiaRoom docs
nostalgia.media.mit.edu
 All Classes Files Functions Variables Macros Groups Pages
Functions | Variables
Wiggle

These are used to wiggle the camera while looking at a specific picture. More...

Functions

void testApp::pushWigglePositions ()
 
ofVec3f testApp::wiggle ()
 

Variables

vector< ofVec3f > testApp::wigglePositions
 Different wiggle Positions/Directions .Look at the wiggle() function for more details. More...
 
ofVec3f testApp::currentwigglePosition
 Current Wiggle POsition. More...
 
int testApp::currentwiggleindex
 The current active index of the WigglePositions vector.The index determines the direction in which the image will move. More...
 
float testApp::wiggleAnimationCounter
 A seperate animation counter for wiggling. More...
 

Detailed Description

These are used to wiggle the camera while looking at a specific picture.

Function Documentation

void testApp::pushWigglePositions ( )

Pushing values

Definition at line 609 of file testApp.cpp.

ofVec3f testApp::wiggle ( )

Actual code that does wiggling.

Returns
ofVec3f

Definition at line 623 of file testApp.cpp.

Variable Documentation

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.