Sie sind nicht angemeldet.

1

Freitag, 27. Mai 2011, 16:35

Autopano Tour löscht die Transparenz bei png-Files

Ich habe mich mal durch die Daten gewühlt die Autopano Tour anlegt beim abspeichern.

Unter data/graphics/spots/ befindet sich dann die in object0 umbenannte png..... und hier hat sie nun keinerlei Transparenz mehr.... wenn ich diese datei nun gegen meine ursprüngliche png austausche, dann wird in der Tour auch die Transparenz angezeigt...

Weiss von Euch jemand Abhilfe, oder ist das wieder ein zusätzlicher BUG in einer sooo teuren Software ??

Besten Dank und immer "gutDreh"

2

Freitag, 27. Mai 2011, 16:59

Hallo,

wenn du die tour ohne eingebettete xml ausgibst, dann kannst du mit dem befehl alpha="zahl nach belieben einsetzen" die transparenz deiner eigenen plugins in der xml datei einstellen.

Gruß micha

3

Freitag, 27. Mai 2011, 18:07

kleine html Hilfe

Hallo Micha,

kannst Du vielleicht mal in rot die Stelle markieren an der das rein muss.... Danke

Anbei die xml:

<?xml version="1.0" encoding="UTF-8"?><!--for xml compliance-->
<krpano version="1.0.8.14">
<!-- actions to perform while loading -->
<events onxmlcomplete="littleplanetintro();"/>
<events onloadcomplete="playbackgroundsound(Tour-01data/sounds/sound0.mp3,2);"/>
<!--************** Panorama *******************************************************************-->
<!--@File="Tour-010.xml" @PanoName="Pano-001" @FilePath="/Users/Peter/Desktop/LKH-2-fertig/Pano-001.jpg"-->
<panoview h="-0.6" v="5.29" fov="75.91"/>
<!-- view parameters -->
<view fisheye="0" limitview="range" hlookatmin="-180" hlookatmax="180" vlookatmin="-90" vlookatmax="90" fovmin="11.284" fovmax="111.139" fov="75.91" hlookat="-0.6" vlookat="5.29"/>
<action name="setlittleplanet">
set(view.stereographic,true);
set(view.fisheye,1.0);
set(view.limitview, lookat);
set(view.vlookatmin, -90);
set(view.vlookatmax, 90);
set(view.fov,150);
set(view.fovmax,150);
set(view.hlookat,0);
set(view.vlookat,90);
set(display.flash10,off);
set(display.details,14);
</action>
<action name="tweennormalview">
tween(view.hlookat,-0.6, 5, easeInOutQuad);
tween(view.vlookat,5.29, 5, easeInOutQuad);
tween(view.fov,75.91, 5, easeInOutQuad );
tween(view.fisheye, 0.0, 5, easeInOutQuad, WAIT);
set(display.flash10,on);
set(view.limitview, range);
set(view.vlookatmin,-90);
set(view.vlookatmax,90);
set(view.hlookatmin,-180);
set(view.hlookatmax,180);
set(view.fovmin,11.284);
set(view.fovmax,111.139);
</action>
<!-- preview image -->
<preview url="Tour-01data/Tour-010/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" details="16"/>
<!-- the pano itself -->
<image type="CUBE" multires="true" tilesize="632" baseindex="0">
<level tiledimagewidth="2527" tiledimageheight="2527">
<left url="Tour-01data/Tour-010/3/2/%v_%u.jpg"/>
<front url="Tour-01data/Tour-010/0/2/%v_%u.jpg"/>
<right url="Tour-01data/Tour-010/1/2/%v_%u.jpg"/>
<back url="Tour-01data/Tour-010/2/2/%v_%u.jpg"/>
<up url="Tour-01data/Tour-010/4/2/%v_%u.jpg"/>
<down url="Tour-01data/Tour-010/5/2/%v_%u.jpg"/>
</level>
<level tiledimagewidth="1263" tiledimageheight="1263">
<left url="Tour-01data/Tour-010/3/1/%v_%u.jpg"/>
<front url="Tour-01data/Tour-010/0/1/%v_%u.jpg"/>
<right url="Tour-01data/Tour-010/1/1/%v_%u.jpg"/>
<back url="Tour-01data/Tour-010/2/1/%v_%u.jpg"/>
<up url="Tour-01data/Tour-010/4/1/%v_%u.jpg"/>
<down url="Tour-01data/Tour-010/5/1/%v_%u.jpg"/>
</level>
<level tiledimagewidth="631" tiledimageheight="631">
<left url="Tour-01data/Tour-010/3/0/%v_%u.jpg"/>
<front url="Tour-01data/Tour-010/0/0/%v_%u.jpg"/>
<right url="Tour-01data/Tour-010/1/0/%v_%u.jpg"/>
<back url="Tour-01data/Tour-010/2/0/%v_%u.jpg"/>
<up url="Tour-01data/Tour-010/4/0/%v_%u.jpg"/>
<down url="Tour-01data/Tour-010/5/0/%v_%u.jpg"/>
</level>
</image>
<!--************** Hotspots and lensflares ***************************************************-->
<hotspot name="spot0" onclick="action(closeglobalobjects);action(closeallobjects);set(plugin[spot0object].visible,true);tween(plugin[spot0object].alpha, 1);" url="Tour-01data/graphics/spots/spot0.png" crop="0|0|65|65" frame="0" lastframe="9" frameheight="65" framewidth="65" onloaded="set(stopSequence,false);animate(spot0,0.1);" ath="360.994" atv="-6.37168"/>
<plugin name="spot0object" visible="false" url="Tour-01data/graphics/spots/object0.png" align="center" alpha="1" onclick="action(closeglobalobjects);tween(alpha, 0);delayedcall(0.5,set(visible,false));"/>
<hotspot name="spot1" hview="11.72" vview="1.99" fovview="90" hcenter="53.771" vcenter="-2.70928" onclick="action(closeglobalobjects);ifnot(stopSequence === undefined,action(interruptAnimation););lookto(get(hcenter),get(vcenter),get(view.fovmin),smooth(400,20,100));loadpano(Tour-011.xml,null,null,BLEND(1));lookat(get(panoview.h),get(panoview.v),get(panoview.fov));" url="Tour-01data/graphics/spots/spot1.png" onhover="showtext('zum Innenhof');" ath="413.771" atv="-2.70928"/>
<!-- close all hotspots -->
<action name="closeallobjects">set(plugin[spot0object].alpha, 0);set(plugin[spot0object].visible,false);</action>
</krpano>

4

Samstag, 28. Mai 2011, 23:01

Hallo,

sorry für die späte antwort, war unterwegs.

<!--************** Hotspots and lensflares ***************************************************-->
<hotspot name="spot0" onclick="action(closeglobalobjects);action(closeallobjects);set(plugin[spot0object].visible,true);tween(plugin[spot0object].alpha, 1);" url="Tour-01data/graphics/spots/spot0.png" crop="0|0|65|65" frame="0" alpha="z.B. 1.5 oder 0.9 ausprobieren was passt" lastframe="9" frameheight="65" framewidth="65" onloaded="set(stopSequence,false);animate(spot0,0.1);" ath="360.994" atv="-6.37168"/>
<plugin name="spot0object" visible="false" url="Tour-01data/graphics/spots/object0.png" align="center" alpha="1" onclick="action(closeglobalobjects);tween(alpha, 0);delayedcall(0.5,set(visible,false));"/>
<hotspot name="spot1" hview="11.72" vview="1.99" fovview="90" hcenter="53.771" vcenter="-2.70928" onclick="action(closeglobalobjects);ifnot(stopSequence === undefined,action(interruptAnimation););lookto(get(hcenter),get(vcenter),get(view.fovmin),smooth(400,20,100));loadpano(Tour-011.xml,null,null,BLEND(1));lookat(get(panoview.h),get(panoview.v),get(panoview.fov));" url="Tour-01data/graphics/spots/spot1.png" onhover="showtext('zum Innenhof');" ath="413.771" atv="-2.70928"/>
<!-- close all hotspots -->
<action name="closeallobjects">set(plugin[spot0object].alpha, 0);set(plugin[spot0object].visible,false);</action>
</krpano>



Gruß micha