You are not logged in.

1

Tuesday, April 26th 2022, 8:51pm

Panorama skin transitions velocity

Hi !

I created a panorama(7GB) with a navigation bar.

Everything is working well, but I would like to have slow transitions.

Is it possible??


São Gião (7lab.pt)


My files attached.

Thanks !
psper has attached the following files:
  • pano.xml (1.63 kB - 87 times downloaded - latest: Mar 21st 2023, 3:38am)
  • skin.xml (26.35 kB - 74 times downloaded - latest: Mar 21st 2023, 12:44am)

jeromebg

Professional

Posts: 1,113

Location: Angers - France

Occupation: 360 experiences creator

  • Send private message

2

Sunday, May 1st 2022, 1:12pm

if(zoom_out_and_in,
oninterrupt(break);
zoomto(100,smooth(0.25,0.5,0.25));
moveto(get(skin_thumbs.thumb[%1].hlookat),get(skin_thumbs.thumb[%1].vlookat),smooth(0.25,0.5,0.25));
zoomto(get(targetfov),smooth(0.25,0.5,0.25));
,
oninterrupt(break);
lookto(get(skin_thumbs.thumb[%1].hlookat),get(skin_thumbs.thumb[%1].vlookat),get(targetfov),smooth(0.25,0.5,0.25));
);