Report this content
We want the Dreams coMmunity to be a safe, diverse and tolerant place for everyone, no matter their age, gender, race, sexual orientation or otherwise. If you believe this content to contradict these principles, you can file a report for our coMmunity teams to investigate.
Note that misuse of the reporting tool will not be tolerated.Item being reported:
It seems like there is no tool to measure a distance? (between a sensor and a tag for example)
The only thing that I found to evaluate a distance is using a trigger zone with :
-a sphere shape
-0 for the size of the sphere
-X for the fall off (diameter of the sphere)
Then, if the tag is inside the sphere, the distance should be :
X * 0.5 * (1 - "Output of the trigger")
But I only manage to get approximate measures (even with grid on).
Is this intended? Did I miss something?