You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm new to flutter and doing university project now. I have a glb models that can be placed lets say on the wall and I want to be able to move them only along the wall after I placed it. I was trying to implement this behaviour, but my code works fine only on floor objects. It detects the floor and applies plane texture to it, and then I can tap and all is great. I need the same behaviour on wall and ceiling objects. But then I try do the same pointing the camera at the wall, it doesn't detect the wall and showing animated guide for long time. At some time animated guide disappears, but plane texture doesn't appear at all and there is no reaction to taps. Hope someone can help me. Thanks to everyone who read this)
UPD: I've tried again just now and it detected the bookcase that stands along the wall, but still not detecting the empty wall and ceiling. I've also tried to change planeDetectionConfig to PlaneDetectionConfig.vertical. Im trying on Android device, if it's important info.
Hi, I'm new to flutter and doing university project now. I have a glb models that can be placed lets say on the wall and I want to be able to move them only along the wall after I placed it. I was trying to implement this behaviour, but my code works fine only on floor objects. It detects the floor and applies plane texture to it, and then I can tap and all is great. I need the same behaviour on wall and ceiling objects. But then I try do the same pointing the camera at the wall, it doesn't detect the wall and showing animated guide for long time. At some time animated guide disappears, but plane texture doesn't appear at all and there is no reaction to taps. Hope someone can help me. Thanks to everyone who read this)
UPD: I've tried again just now and it detected the bookcase that stands along the wall, but still not detecting the empty wall and ceiling. I've also tried to change planeDetectionConfig to PlaneDetectionConfig.vertical. Im trying on Android device, if it's important info.
Here is the code:
The text was updated successfully, but these errors were encountered: