Getting floorplan from a house

Hello,

Did anyone already do something like this?
For example having a house like this: https://www.babylonjs-playground.com/#4GBWI5#272
And generating an architect floorplan from this.

Best Regards,
Léon

A good start would be to use a top down view with an orthographic camera. However, I don’t know how you would handle windows as I think there’s a special representation of windows in floorplans(?)…

1 Like

It would just be the walls, no windows and no doors

So an orthographic camera should do it:

https://www.babylonjs-playground.com/#4GBWI5#1212

1 Like