oschakravarthi Posted October 18, 2018 Share Posted October 18, 2018 Hi, My application loads a scene (basically a 3d apartment) from a url. It has to automatically identify the floors and walls in that scene. I am trying to identify floorMeshes to enable teleport. I need to identify walls also from a given scene to let the user change its texture. I explored logic like, getting the sizes of each mesh and calculate its dimensions. If the position.z is 0 and its height is 0 then it is floor. If the height is >0 and thickness is 0 then it is a wall. Is there any much reliable way? Thanks in advance. Quote Link to comment Share on other sites More sharing options...
NasimiAsl Posted October 18, 2018 Share Posted October 18, 2018 hi @oschakravarthi you can define mesh group after you pick any mesh you can check it https://www.babylonjs-playground.com/#BVG26D#1 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.