diff options
Diffstat (limited to 'src/testApp.h')
| -rw-r--r-- | src/testApp.h | 7 |
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; |
