Edgar-DotNet icon indicating copy to clipboard operation
Edgar-DotNet copied to clipboard

Room shape smoothing

Open OndrejNepozitek opened this issue 4 years ago • 0 comments

The algorithm works best with polygons that are quite simple - having fewer rectangles in the decomposition means cheaper checks if two polygons overlap or not. The goal would be, therefore, to preprocess room shapes to make them simpler while retaining their original door positions.

Phase 1

  • [ ] Measure the difference in performance between some more complex shapes and manually smoothed shapes

Phase 2

  • [ ] Implement shape smoothing if the performance difference was significant

OndrejNepozitek avatar Nov 04 '19 20:11 OndrejNepozitek