From b3a0d6eb435fc2584466106ef613b99100b0a470 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 22 Feb 2012 19:14:16 +0000 Subject: model load deom xml and vertigo effect --- src/testApp.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/testApp.h') 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; -- cgit v1.2.3