Is there any possibility to add a compass which can show directions in the tour itself. Like if someone moves the camera or turns around, the compass should show the direction at where he is looking. This will really be a good feature to add.
Jan, why donāt you implement this for those of us who donāt know programming or code? This is great but I canāt access this possibility! I donāt know anything about APIs or code or some!
This improvement is very useful.
Is it possible to add a hand-drawn floor plan as a png?
Maybe the lower left corner is a better place for this add-on (not to cover the logo)?
Making the floor plan is very easy, the thing is that I have no idea how or where to upload it! Tonight with your instructions I will try to make the floor plan of the Christmas demo https://all360.shapespark.com/shapespark-example-room-christmas/ and update the tour. I will let you know my difficulties and results. See you in a few hours.
Right, as with sounds and logo, Shapespark doesnāt yet have a good solution to easily upload and use such additional resources, so you would need to host the image on some external server.
Since I donāt know anything about code I had to assume some things.
the size of the plan image must be coordinated with what is indicated inside the body-end.html file
the position of the camera is reversed, in this example if you approach the door, the plane indicates that you go to the couch, I do not know where to change that in the html file!
Iām not interested in where Iāve been, what Iām interested in where I am, so the red lines on the map are not necessary.
I am interested in the point of the camera being more noticeable, bigger, and also in the compass shown in the corner, so if someone can put all together, the user will know where they are and in what direction theyāre looking for. I donāt know how to change that in the HTML file either.
If someone who knows the code can change those parameters, with pleasure we can make a video tutorial to explain the whole process.
Another thing
This is how the tour shows in android, I donāt know if the Floorplan image can responde to a percent of the screen to make it little in case of mobile devices
Thanks for sharing this! I like the idea of adding an individual icon to the mouse when it hits the ground to show users that they can go there just by a mouse click. @Jan@wojtek will this be possible in a future release to add, for example, a plane object to the mouse which can receive an individual texture and be turned on or off?
You probably have a better solution
Yes indeed it would make the user experience great. One of the most amazing features of the tour was that you could click anywhere over the mini map displayed at the bottom left and it seamlessly takes you there like a charm. Do check it out.
I donāt know if all these things can be implemented in Shapespark, but ArtSteps uses an app for android and iPhone that allows you to have a series of different actions and Shapespark doesnāt have that . Perhaps that is what limits the development of this type of actions so much to the magicians of Shapespark
Iām convinced that if Shapespark magicians gave our clients a solution to all their requests regardless of the market (AEC, fairs, galleries, real estate, etc.) it would become a hit, and would catapult the program to the sky and beyond.
We agree that this kind of indication would make navigation more intuitive, we would like to add something like this. On touch screens (no hover) this would need to be a two click solution: the first touch places an indication where the camera would move, the second touch confirms the selection.
As for the minimap, we will play with the @jorgearg demo. Using existing API it should be possible to extend the demo to support teleporting the user to clicked places on the map. The devil, as always, is in the detail, while it is quite easy to teleport the user to any clicked place, some places should be excluded (inside of walls or cabinets, outside of an apartment for scenes without exterior). Determining these excluded places would be hard.
@jan, can you please tell me how to invert the direction of the red dot in Floorplan! In this example If I walk to the door, in the floorplant looks like I move to the sofa and viceversa! What lines in HTML file I need to change to fix that?
PD mirrowing the image is not aceptable fix because is not reflect normal move in the space!
Thanks @jan, we already fixed one thing, now we need to do the same with the compass!
Which line should I change and what should I write to it?
If you look at the image below, you can see that in the tour the person is located in the center of the room and is facing the door, while the compass indicates that the person is facing the sofa.
I donāt know how to do that, if you write me the modified line I will substitute it, otherwise I donāt know how to write multiplication in that format!
Iāve already tried this
var shiftedYaw = Math.PI / 2 ()-2 + rotation.yaw;
and so
var shiftedYaw = Math.PI / 2 (-2) + rotation.yaw;
and so on
var shiftedYaw = Math.PI / 2 () -2 + rotation.yaw;