nielswh / iPhone-AR-Toolkit

An Objective-C augmented reality kit for iPhone. Forked from the iphonearkit.
http://www.agilitesoftware.com/blog
Other
275 stars 57 forks source link

Windows frames overlapping with each other #5

Closed ghost closed 13 years ago

ghost commented 13 years ago

Hi Niels, much appreciated your work on ARKit. Really nice...!

I have noticed that when I have couple of map points close together, ARKit overlaps their windows frames with each other and we can't see the clear information. Is there any way to get rid of it so that windows frames don't overlap and they stake on one another?

Thanks. Paresh

nielswh commented 13 years ago

Looking into this on next build

ghost commented 13 years ago

Hi Niels, I have resolved this issue and also added functionality to add detailed text and nice images for each coordinate view. Also user can scroll points using gestures! I am not sure how to add my code to ARkit. I would be happy to give my contribution. Please let me know. Thanks.

nielswh commented 13 years ago

Please fork the project and I'll see if I can push it back onto my branch. If not send it to me and I'll manually make the changes. This is great news!

ghost commented 13 years ago

Sure I will do it on next week Wednesday - 14th Sept! I am on holiday now so not have access to code! Is that fine?

nielswh commented 13 years ago

Sure not a problem. I just did an update today with several fixes from the other forks and other issues I found. So if you can take a look at the latest code and fork that project and then add your changes we should be golden!

Thanks, Niels

On Sep 10, 2011, at 9:21 AM, Paresh wrote:

Sure I will do it on next week Wednesday - 14th Sept! I am on holiday now so not have access to code! Is that fine?

Reply to this email directly or view it on GitHub: https://github.com/nielswh/iPhone-AR-Toolkit/issues/5#issuecomment-2060015

ghost commented 13 years ago

Hi Neils, I sent you my code changes on your email - nielswhansen@mac.com. Please let me know if you got it!

Thanks.

nielswh commented 13 years ago

Hi Paresh,

I will take a look at and see what I can integrate with the current build. I've made a ton of changes myself over the weekend and we have built some similar features.

Thanks, Niels

On Sep 13, 2011, at 5:20 AM, Paresh wrote:

Hi Neils, I sent you my code changes on your email - nielswhansen@mac.com. Please let me know if you got it!

Thanks.

Reply to this email directly or view it on GitHub: https://github.com/nielswh/iPhone-AR-Toolkit/issues/5#issuecomment-2081059

ghost commented 13 years ago

Cool! I am adjusting points that are visible in current view based on only Y axis. I couldn't done it better. If you see Across Air iPhone app, they have done very smooth gesture recognizers, points alignments, and 3D kind of view amazingly. If you could start working on it or give me some idea, I would really love to add that functionality in ARKit! Can I open this in support section?

Thanks.

nielswh commented 13 years ago

For sure! It's an open source project and if the community can make it a better project the better it will be.

Yesterday I created a new branch to begin using the AVFoundation instead of using the UIImagePickerController. This will give full access to the camera and real time image process if needed later to begin other AR type features.

Niels

On Sep 13, 2011, at 9:01 AM, Paresh wrote:

Cool! I am adjusting points that are visible in current view based on only Y axis. I couldn't done it better. If you see Across Air iPhone app, they have done very smooth gesture recognizers, points alignments, and 3D kind of view amazingly. If you could start working on it or give me some idea, I would really love to add that functionality in ARKit! Can I open this in support section?

Thanks.

Reply to this email directly or view it on GitHub: https://github.com/nielswh/iPhone-AR-Toolkit/issues/5#issuecomment-2083307

ghost commented 13 years ago

Okay. Cool!

Regards, Paresh

On 13 September 2011 16:28, Niels Hansen < reply@reply.github.com>wrote:

Hi Paresh,

I will take a look at and see what I can integrate with the current build. I've made a ton of changes myself over the weekend and we have built some similar features.

Thanks, Niels

On Sep 13, 2011, at 5:20 AM, Paresh wrote:

Hi Neils, I sent you my code changes on your email - nielswhansen@mac.com. Please let me know if you got it!

Thanks.

Reply to this email directly or view it on GitHub:

https://github.com/nielswh/iPhone-AR-Toolkit/issues/5#issuecomment-2081059

Reply to this email directly or view it on GitHub: https://github.com/nielswh/iPhone-AR-Toolkit/issues/5#issuecomment-2082964

ghost commented 13 years ago

Thanks Neils. Did you see AcrossAir app? What do you think they will be using for 3D view of points? If you see this - http://stackoverflow.com/questions/5624490/camera-overlay-view-mathematics-with-lattitude-and-longitude question on stackoverflow. That will make more clear. I have attached images to this questions! Amazing view!!

Regards, Paresh