python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can i detect which node tapped in ArCore Flutter
I need to detect which node tapped in ArCore in flutter
arCoreController!.onNodeTap = (name) => onTapHandler(name);
didn't get the expected name.
Khaled Abdelrazeq
Votes: 0
Answers: 1
How to get correct position of West and East in 3D/AR view?
I was following this tutorial and when I tried to use it for AR compass, I got wrong positions for East and West (I get West on left side (270°)).
Problematic part:
fun Place.getPositionVector(azimuth...
bounxye
Votes: 0
Answers: 1