strvcom / ios-course-mendelu-2022-autumn

Repository for STRV lessons during autumn semester at Mendelu
0 stars 0 forks source link

AR Example App #11

Closed tonyskansf closed 1 year ago

tonyskansf commented 1 year ago

This PR contains a WIP example app for the AR lecture.

The application's task is to show a bounding box helping users measure the necessary dimensions for a packaging box.

Features

tonyskansf commented 1 year ago

2) I have issue to draw box tapping on screen. What should I be looking for? A raycast from sceneView in gestureManager return empty results.

I think sometimes under bad conditions the hit test fails. I'll try to explicitly add plane detection and see if it helps.

3) There are many things to be more described in the code (maybe it is in presentation) but those we will add at the end to do a good mix with presentation.

I've gone through the code again and have added some extra comments. Let me know if there are any other parts that needs more describing.

5) the bottom panel on the camera with frames etc is by default? what are those values? should we hide it?

It is not. It set with sceneView.showsStatistics = true. If needed we can hide it.