Ignacio Chiazzo Cardarello
Ignacio Chiazzo Cardarello
I have the same problem, @Treverr Did you find a solution?
@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...
@NordyVlasman Could you elaborate more on this?
@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...
That's something that I plan to tackle soon, but feel free to open a PR if you want to :)
@KMamedoff We track the last object tapped/selected in the `mainViewController`. https://github.com/ignacio-chiazzo/ARKit/blob/master/ARKitProject/MainViewController.swift#L76 You need to have the instance of the `virtualObjects` added in an array that you have to create. Each...
You can use hitTest, you would have to compare that the object hit is a VirtualObject like this https://github.com/ignacio-chiazzo/ARKit/blob/b72301f47c5c7d5a47529f54fcd5def9270366c3/ARKitProject/UI%20Elements/Gesture.swift#L117-L125
You have to use an array to track the objects you have placed, like I said above. When the user clicks on the screen you get the result from hitTest...
> Can we assign current tapped node to current virtualObject variable? No that I can think of, but I didn't try it.
Thanks for taking a look at this. I'm glad you have the interest to add this feature :). I cannot work on this for at least two weeks, but I...