summaryrefslogtreecommitdiff
path: root/src/testApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-02-22 19:14:16 +0000
committerTim Redfern <tim@eclectronics.org>2012-02-22 19:14:16 +0000
commitb3a0d6eb435fc2584466106ef613b99100b0a470 (patch)
tree4c53ff9c81417f13567bebf617f8e48c31696306 /src/testApp.h
parented2d4581aa354d6c4040b061349fbe38f8af5e45 (diff)
model load deom xml and vertigo effect
Diffstat (limited to 'src/testApp.h')
-rw-r--r--src/testApp.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/testApp.h b/src/testApp.h
index 63e922d..2ed8732 100644
--- a/src/testApp.h
+++ b/src/testApp.h
@@ -51,7 +51,12 @@ class testApp : public ofBaseApp{
void dragEvent(ofDragInfo dragInfo);
void gotMessage(ofMessage msg);
- ofx3DModelLoader bottle;
+ string model_name;
+ float model_x;
+ float model_y;
+ float model_z;
+
+ ofx3DModelLoader model;
ofVideoPlayer texture;
string* clips;