ARKit icon indicating copy to clipboard operation
ARKit copied to clipboard

Brainstorming

Open ignacio-chiazzo opened this issue 6 years ago • 10 comments

Leave some cool ideas that people suggested:

  • [ ] Pick Multiple object, drag and drop them.
  • [ ] Upload photos from the Gallery
  • [ ] Upload a bunch of new virtual objects
  • [ ] Research about detecting Y planes (hack)

ignacio-chiazzo avatar Sep 05 '17 16:09 ignacio-chiazzo

Placing objects on a wall?

ghost avatar Sep 21 '17 08:09 ghost

@ericviston That would be an awesome feature!, nevertheless, ARKit doesn't support vertical planes detection, maybe there is a hack to do that (I have to research). There is a rumor that it would be added to the new iPhone. if so, for sure it would be added.

ignacio-chiazzo avatar Sep 21 '17 12:09 ignacio-chiazzo

Easier adding models by using json?

NordyVlasman avatar Sep 25 '17 14:09 NordyVlasman

@NordyVlasman Could you elaborate more on this?

ignacio-chiazzo avatar Sep 25 '17 21:09 ignacio-chiazzo

it's better if we don't have to handle each object by separate file. Did you take a look at demo project of apple at WWDC2017 https://developer.apple.com/sample-code/wwdc/2017/PlacingObjects.zip they did a nice hack on that.

update: apple updated the demo project with more comments, and refactored a lot of codes (including adding models automaticaly, just add .scn to Models.scnassets folder) new project: https://developer.apple.com/documentation/arkit/handling_3d_interaction_and_ui_controls_in_augmented_reality

ghost avatar Sep 26 '17 02:09 ghost

Excacty what ericviston says :), keep up the great work btw!

NordyVlasman avatar Sep 26 '17 06:09 NordyVlasman

How would one go about implementing reselection of objects?

Place multiple objects then pick up any of them again - currently doesn't appear work this way

nah2015 avatar Sep 26 '17 18:09 nah2015

@ericviston ohhh I see what you mean. Yeah, in this case, the object can be more general.

@nah2015 Yess! absolutely we should be able to pick up many objects without deleting them.

Feel free to contribute if you want/are up to. :)

ignacio-chiazzo avatar Sep 26 '17 18:09 ignacio-chiazzo

Another idea - allowing users to import .dae or .obj file from the new Apple Files app. They put their files on their phone, then can import into ARKit app from Files app.

Just an idea - I have no idea how to do lol

nah2015 avatar Oct 11 '17 15:10 nah2015

ARKit now supports vertical planes ;)

netgfx avatar Jul 29 '20 11:07 netgfx