Page 1 of 1

pinned image shadow

Posted: Tue Apr 06, 2021 7:35 pm
by MPW
Hi,

any chance to give a pinned image a shadow by css or actions?

To make a shadow png with the image size, set it first into the scene, followed by the image and adjust both in distortion the same way is hard work.

Thank you for any idea.

Re: pinned image shadow

Posted: Fri Apr 09, 2021 1:26 pm
by Javier B
Hi.

I am also interested to know how to show a kind of frame or shadow in a pinned video. It will look much more inclusive on the tour view.

Thakns,

Re: pinned image shadow

Posted: Sat Apr 10, 2021 11:36 am
by Hopki
Hi,
It depends on the distortion required.
For example, you can add an external image loader to a 3D distorted Point Hotspot, this will pin it to the panorama but limited in how you can distort it. That said you can use CSS to 3d transform, but then that starts getting a bit more complex.

However, if you pin one image, you can make copies of it in the List View.
Then change the images in each one also changing the ID, as for example, if you copy Element01, the copies will have the same ID, so you would manually change the ID to Element02, 03 and so on, and the image it points to.

Once done you can then hide all the images on Config Loaded, then use a timer to show and hide one at a time.
You would use something like Variable changed as a trigger and an action filter so as a number variable counts up it will show and hide depending on the number.

As long as the pinned images are small in file size this would be fine as they do get preloaded on project open, otherwise, look at the external image loader on a 3D Distorted point hotspot.
Regards,

Re: pinned image shadow

Posted: Sat Apr 10, 2021 1:23 pm
by Javier B
Hi Hopki.

I understand from your answer that it is possible to add CSS to a pinned image or video. How can I add the CSS ?

Many thanks,
Javier