๐ New features
You can now programmatically use the automatic enclosed walls/room detection added in v2.20.0. Use it to extract all room geometries on a floor (docs), or to get the polygon coordinates of the room where a click event happened (docs). This will help you build faster embedded mapping.
๐ Improvements
We've improved the code of
isPointInPolygon
to handle polygons with holes as well (since they've been added as part of the automatic rooms detection).We've further improved the performance when using the experimental facade based performance mode.
๐ Bug fixes
We've fixed an issue where furniture would blink in the editor after being moved.
We've fixed an issue resulting in a "flash of the whole building" when changing level while using the experimental facade based performance mode.