-
Notifications
You must be signed in to change notification settings - Fork 241
Open
Description
The showFeaturePoints feature that gives user feedback about the lidar scanning, can’t be changed afterwards.
Case scenario, I want users to see the points until the snapshot.
To achieve that I’ve tried two approaches, using a variable that I toggle (even tried manually to only toggle this). And also using Bloc. Debugging I see in both cases that the property changes from true to false, but this doesn’t reflect in reality.
Just to be cleared the variable that indicates if the feature points should be shown, initially is true and afterwards changes to false. Unfortunately the points keep showing after this change.
Metadata
Metadata
Assignees
Labels
No labels