olexale / arkit_flutter_plugin

ARKit Flutter Plugin
MIT License
797 stars 225 forks source link

Placing points in relation to a measurement #94

Open dmckminard opened 4 years ago

dmckminard commented 4 years ago

Hello !

Thank you very much for the development of this plugin.

I'm trying to make an app that positions different points on the ground according to a certain measurement (for example, a point in front at 1 meter, a point behind at 1 meter, a point on the left at 1 meter etc...) when the user presses a button. These points remain fixed once they appear, even if the user moves.

I have tried to follow the different examples, but I can't find a way to do this. What track could I take to get there?

Thank you!