Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: krpano.com Forum. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

vasin

Schüler

  • »vasin« ist der Autor dieses Themas

Beiträge: 93

Wohnort: bangkok

Beruf: photographer

  • Nachricht senden

1

Mittwoch, 6. Oktober 2010, 12:57

auto slide show feature

Hi Everyone,
I'd like to know if there is a feature that can display 360 panoramas in sequences automatically. For example; once a page is open the panorama rotates one round than change to the next pano after that changes to the next one on and on.

Look forward for your reply.

Thanks

Vasin

Tuur

Erleuchteter

Beiträge: 3 839

Wohnort: Netherlands

Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer

  • Nachricht senden

2

Mittwoch, 6. Oktober 2010, 14:08

Hi Vasin,

you can make an auto tour in one action..

something like this but there is also a way to spin one round by single line...(i don't know..

make in the onstart moveto1();

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<action name="moveto1">
		
		action(startloading);
	 
		action(load1);
		lookat(170,1,50);
	    wait(blend);
	    oninterrupt(action(lookinterrupt));
		
	    lookto(0,1,60,smooth(5,5,5));
		lookto(0,0,20,smooth(50,50,50));
		
		action(load2);
		lookat(227,-1,45);
	    wait(blend);
		wait(3);
	    lookto(356,-1,55,smooth(5,5,5));
		lookto(68,-1,50,smooth(5,5,5));
		lookto(68,-1,10,smooth(50,50,50));
		
		action(load3);
		lookat(60,0,40);
	    wait(blend);
		wait(3);
	    lookto(240,0,40,smooth(5,5,5));
		lookto(240,0,10,smooth(40,40,40));
		
		

		
		action(load5);
		lookat(234,13.8,67);
	    wait(blend);
		wait(3);
	  	
		lookto(58,1,50,smooth(10,10,10));
		lookto(58,1,10,smooth(10,10,10));
		
		
		action(load6);
		lookat(134,5,40);
	    wait(blend);
		wait(3);
	    lookto(134,5,40,smooth(10,10,10));
		lookto(204,46,30,smooth(10,10,10));	
		lookto(331,-4.5,30,smooth(10,10,10));	
		lookto(13,-14,30,smooth(10,10,10));	
		lookto(242,-3,50,smooth(10,10,10));
		lookto(242,-3,10,smooth(10,10,10));		
		
		action(load7);
		lookat(277,-9,50);
	    wait(blend);
		wait(3);
	    
		lookto(115,-1,40,smooth(10,10,10));
		lookto(45,-8,40,smooth(10,10,10));
		lookto(15,-38,10,smooth(10,10,10));
		
		
		action(load10);
		lookat(61,21,20);
	    wait(blend);
		wait(3);
	    lookto(-180,0,60,smooth(40,40,40));
		lookto(-3,-2,60,smooth(10,10,10));
		lookto(83,3,30,smooth(10,10,10));
		
		
		
		action(load11);
		lookat(83,2,51);
	    wait(blend);
		wait(3);
	    lookto(-5,-23,64,smooth(10,10,10));
		lookto(-109,4,66,smooth(10,10,10));
		lookto(-46,0,30,smooth(10,10,10));
		
			
			
			action(load9);
		lookat(-183,0,58);
	    wait(blend);
		wait(3);
	    lookto(-49,30,30,smooth(10,10,10));
		 lookto(16.5,-23.3,30,smooth(10,10,10));
		 lookto(18,24,36,smooth(10,10,10));
		 lookto(127,2,62,smooth(10,10,10));
		
		
		action(load10);
		lookat(61,21,40);
	    wait(blend);
		wait(3);
	    lookto(61,21,10,smooth(10,10,10));
		
		
		
	
		
		action(load7);
		lookat(20,-38,10);
	    wait(blend);
		wait(3);
	    lookto(14,0,62,smooth(10,10,10));
		lookto(-8,1,20,smooth(10,10,10));
		
		
		action(load8);
		lookat(-53,0,46);
	    wait(blend);
		wait(3);
	    lookto(-176,2,30,smooth(10,10,10));
		lookto(-259,3,20,smooth(10,10,10));
		
		
		action(moveto1);
	    action(loadingdone);
    </action>


hope it helps

Tuur *thumbsup*

3

Mittwoch, 6. Oktober 2010, 15:15

could you not just make some code that allows the pano to be loaded. have autorotate turn on. have some sort of script that detects the hlookat positon and when it gets to 360, i full circle load next pano?

Tuur

Erleuchteter

Beiträge: 3 839

Wohnort: Netherlands

Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer

  • Nachricht senden

vasin

Schüler

  • »vasin« ist der Autor dieses Themas

Beiträge: 93

Wohnort: bangkok

Beruf: photographer

  • Nachricht senden

5

Donnerstag, 7. Oktober 2010, 06:21

Thank you Tuur
I will try