Benutzerinformationen überspringen
Wohnort: Netherlands
Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
: https://pame.virtualtuur.com|
|
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 |
@echo off echo MAKE VTOUR (NORMAL) droplet IF "%~1" == "" GOTO ERROR IF NOT EXIST "%~1" GOTO ERROR set /p name=File name for tour.xml (type without .xml): set KRPANOTOOLSEXE=krpanotools64.exe if "%PROCESSOR_ARCHITECTURE%" == "x86" set KRPANOTOOLSEXE=krpanotools32.exe "%~dp0\%KRPANOTOOLSEXE%" makepano "%~dp0\templates\vtour-normal.config" %* del vtour\tour.js echo tour.js deleted ren vtour\tour.xml %name%.xml echo tour.xml renamed in %name%.xml GOTO DONE :ERROR echo. echo Drag and drop several panoramic images on this droplet to create echo automatically a simple virtual tour with normal panos from it. :DONE echo. pause |
Benutzerinformationen überspringen
Wohnort: Netherlands
Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
: https://pame.virtualtuur.com|
|
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 |
@echo off echo MAKE VTOUR (NORMAL) droplet IF "%~1" == "" GOTO ERROR IF NOT EXIST "%~1" GOTO ERROR set /p name=File name for tour.xml (type without .xml): "%~dp0\krpanotools.exe" makepano "%~dp0\templates\vtour-normal.config" %* del vtour\tour.js echo tour.js deleted ren vtour\tour.xml %name%.xml echo tour.xml renamed in %name%.xml GOTO DONE :ERROR echo. echo Drag and drop several panoramic images on this droplet to create echo automatically a simple virtual tour with normal panos from it. :DONE echo. pause |
Benutzerinformationen überspringen
Wohnort: Netherlands
Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
: https://pame.virtualtuur.comBenutzerinformationen überspringen
Wohnort: Netherlands
Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
: https://pame.virtualtuur.comBenutzerinformationen überspringen
Wohnort: Netherlands
Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
: https://pame.virtualtuur.com