Skip to content

Commit

Permalink
Whoops - forgot to update plane example along with new anchor manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Chow committed Sep 14, 2017
1 parent 878a4f5 commit fd2df53
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file not shown.
1 change: 1 addition & 0 deletions example-planes/src/ofApp.mm
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ ofMatrix4x4 matFromSimd(const simd::float4x4 &matrix){
void ofApp::update(){

processor->update();

mats.clear();

}
Expand Down
2 changes: 1 addition & 1 deletion src/ARProcessor.mm
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}

anchorController->update();

anchorController->updatePlanes();
}


Expand Down

0 comments on commit fd2df53

Please sign in to comment.