Closed GoogleCodeExporter closed 9 years ago
The App is really designed to be used in landscape mode. I'll see how hard it
is to design it for portrait.
Original comment by phishman3579@gmail.com
on 21 Jan 2012 at 9:11
when solving this problem ... I will use this framework.
thanks for your work :)
Original comment by ds27...@gmail.com
on 3 Apr 2012 at 3:42
I have done some updating and everything should work in portrait mode. You have
to essentially lock the device in landscape OR portrait mode. You cannot
transition between them at this point.
There is a variable in the AugmentedReality class called portrait. Just set it
to true for use in portrait mode.
src/com/jwetherell/augmented_reality/activity/AugmentedReality.java
boolean portrait = true;
Original comment by phishman3579@gmail.com
on 8 May 2012 at 7:32
Original comment by phishman3579@gmail.com
on 8 May 2012 at 7:32
Original issue reported on code.google.com by
Cagkan0C...@gmail.com
on 21 Jan 2012 at 7:42