How to split room on walls

This is the base playground from bjs docs: Babylon.js Playground

Can i split this custom mesh on child meshes? I mean each wall shoud exist as seperated mesh.

This part of the docs

shows how to use the options interiors: true to build non closed spaces. You could use this for single walls or wall sections.

You could also use

to build individual walls with windows and doors.

For solid walls you could use CreateBox

2 Likes

Hello @danya_rnd just checking in, was your question answered?