From 62e4f7eefffe7b507bfcfe6e31f7108dc74c63c8 Mon Sep 17 00:00:00 2001 From: tim Date: Wed, 14 Jun 2017 17:07:02 +0100 Subject: abs coords --- menuApp/src/dirscanner.cpp | 4 ++-- menuApp/src/ofApp.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/menuApp/src/dirscanner.cpp b/menuApp/src/dirscanner.cpp index d0f80a0..325c97d 100644 --- a/menuApp/src/dirscanner.cpp +++ b/menuApp/src/dirscanner.cpp @@ -36,7 +36,7 @@ void playItem::draw(){ //ofEnableAlphaBlending(); //ofSetColor(255,255,255,1.0); - image.draw(0,0,ofGetWidth(),ofGetHeight()); + image.draw(0,0,1080*FACTOR,1920*FACTOR); //ofDisableAlphaBlending(); if (ofGetElapsedTimef()-startTime>5.0){ @@ -45,7 +45,7 @@ void playItem::draw(){ } if (video.isLoaded()){ video.update(); - video.draw(0,0,ofGetWidth(),ofGetHeight()); + video.draw(0,0,1080*FACTOR,1920*FACTOR); //ofLogNotice() << "position: "<