Skip to content
Snippets Groups Projects
Commit f34816c5 authored by Louis James's avatar Louis James
Browse files

rea

parent 1cece2d0
Branches
No related merge requests found
......@@ -4,6 +4,7 @@
- Display = Landscape flipped
[[file:imgs/screenshot1.jpg]]
[[file:imgs/Screenshot2.png]]
[[file:imgs/1st-touch.jpg]]
imgs/1st-touch.jpg

162 KiB

......@@ -5,6 +5,7 @@
void Projector::setup() {
corners = false;
bFullscreen = 0;
ofSetCircleResolution(50);
}
//-------------------------------------------------------------
......@@ -30,6 +31,7 @@ void Projector::draw(){
p_.y = ofMap(p_.y, 0, sharedState->width_height.y, 0, 1080);
// p_.x+=sharedState->rectPos.x;
// p_.y+=sharedState->rectPos.y;
ofSetLineWidth(3);
ofDrawCircle(p_.x, p_.y, 100);
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment