Added new parameter to enable/disable the white dots on surface#79
Conversation
|
Hi @BrutalCoding, @giandifra! I am trying to use this feature but still the white dots are shown. Device: Pixel 4, android version: 11 |
|
Hi @AlinaStepanova, I’ll see if I can replicate this issue during the weekend and if so, will attempt to fix it. From reading your code it seems you do nothing wrong. |
|
@BrutalCoding thank you |
|
@BrutalCoding @AlinaStepanova Have you this in new transformable_node branch? You can see more here #89 |
|
Hi, @giandifra! |
|
Had little time this weekend and couldn’t find the issue at first glance🤔. I’ll try again within a few days. |
|
As a temporary solution, I used this line of code in the ArCoreAugmentedImagesView class:
https://developers.google.com/ar/reference/java/com/google/ar/core/Config.PlaneFindingMode |
|
Thanks @AlinaStepanova! I've implemented it and the performances are also 10 times better |

Added the ability to disable or enable the plane renderer (white dots) when it detects surfaces
The ArCoreView() now has a new property named "enablePlaneRenderer", by default its turned on which means you'll see the white dots.