Hey, I’m trying to create a rail navigation system for archviz with blueprints, a bit in the spirit of Google Street Maps. For example, the user would see an arrow icon to the left and to the right, and by clicking on one of them, the camera would travel in the chosen direction to the icon’s location. The visitor could then choose between other directions and so on, visiting an entire (small) building.
But I’m not sure which approach to take. I have the idea of using splines to guide the camera, particularly to help when going through doors, where a straight line isn’t necessarily the best solution, but that would mean the camera would have to jump from spline to spline, so I’m not sure if that’s the best solution.
How would you do it? And do you know of any tutorials or resources that come close to what I want to do? I haven’t found anything very similar so far. Thanks !
Thank you very much for this working basis! It’s already a big step in the right direction for me.
I’m going to experiment around your proposal, in particular to add real camera movement along the splines and not a teleport to the arrow location. and also allow skipping one or two arrows to allow the user to go a little faster if he wants.