• Code
    <action name="moveto2">
       	 action(startloading);
        	lookto(-110,3,30);
        	action(load2);
            	lookat(112,5,30);
        	wait(blend);
        	oninterrupt(action(lookinterrupt));
        	lookto(0,0,100,smooth(50,20,50));
        	action(loadingdone);
    	</action>

    Ich habe gerade die Anleitung durch gesucht aber nirgends gefunden wie sich die Werte bei smooth(50,20,50) verhalten?

    Tobias

  • Hallo!

    Hier steht die Antwort:
    https://krpano.com/docu/actions/#lookto

    smooth(accel,break,maxspeed) - accelerated smooth movement (=default)
    - accel = acceleration in degrees/second² (default=720)
    - break = negative acceleration in degrees/second² (default=-720)
    - maxspeed = maximum moving speed in degrees/second (default=720)

    Viele Grüße,
    Matthias

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!