oschakravarthi Posted November 16, 2018 Share Posted November 16, 2018 Hi, I have a scene which is an apartment (For example, the apartment shown in https://www.babylonjs.com/demos/flat2009/ ). I need to move my camera from point A to B. These two points might be in two different rooms. (Lets say, A is a point in Kitchen and B is a point in Balcony). I need to move my camera from A to B (with animation) as if the camera is first person camera. The camera should not go thru wall. So, how can I find a navigable path? Thanks in advance. Quote Link to comment Share on other sites More sharing options...
trevordev Posted November 16, 2018 Share Posted November 16, 2018 I would manual create a guided graph path through every room. When you need to animate to the next room animate the camera to the node of the graph in the current room and then animate across the graph to the desired room. 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.