tham_kathy Posted August 1, 2018 Share Posted August 1, 2018 I want to create 3D houses without doors and windows (only walls including inner walls and outer walls). I can draw the outer walls at run time by reading floor plans. But I couldn't find a way to implement inner walls of the house by reading floor plan. Is there a way? Really appreciate your help ? Quote Link to comment Share on other sites More sharing options...
BartW Posted August 1, 2018 Share Posted August 1, 2018 If you have the shape of the outer wall you could extrude it to generate the wall mesh. https://doc.babylonjs.com/how_to/parametric_shapes Quote Link to comment Share on other sites More sharing options...
JohnK Posted August 1, 2018 Share Posted August 1, 2018 The functions on this page http://doc.babylonjs.com/snippets/house_use were only designed for outer walls. Probably the simplest easiest way for interior walls is to use a box with correct width, height and depth. Quote Link to comment Share on other sites More sharing options...
tham_kathy Posted August 2, 2018 Author Share Posted August 2, 2018 Actually I want to build the walls of rooms. Couldn't find a way to do it Quote Link to comment Share on other sites More sharing options...
JohnK Posted August 2, 2018 Share Posted August 2, 2018 Have you seen this http://www.babylonjs-playground.com/#TFLTJJ#0 Or for a simpler version without walls and doors, as I said use a box, https://www.babylonjs-playground.com/#KEK7FY There is no straight forward automatic way to do it currently. Hopefully there is now enough information for you to have a go at writing some code to do it automatically. ? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.