Hi,
You can set the size "size =" of the sweep in the example xml I use as below;
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<radar visible="true"
size="200"
alpha="0.3"
fillcolor="0x3DD8FF"
fillalpha="1.0"
linecolor="0x3DD8FF"
linealpha="0.0"
linewidth="0.0"
glow="true"
glowcolor="0x3DD8FF"
glowwidth="4"
glowstrength="3"
behindspots="false"
dragable="true"
/>
|
The transparency of the opaque parts of the radar sweep graphic are controlled through the alpha="" , fillalpha="" and linealpha="" above. Just add those into your radar xml and set them as you would like them.
If you activate the krpano editor setting in your XML
|
Source code
|
1
|
<plugin name="editor" url="%SWFPATH%/plugins/editor.swf" keep="true" /></plugin>
|
You can use the editor at the bottom of the screen in real time almost, view the XML make any changes to it then select load this xml. It will then use the parameters you just set. Keep playing till you see what you want, then copy the xml portion that works how you like and paste it into the file used to compile your panorama.
By the way, if you want transparency in an image in Photoshop an easy way is to add a layer below the layer of whatever graphic you have. Dont paint on this layer. Then erase on your graphic layer using the eraser or even the selections tool any area where you want it to be transparent.
Radar layer -----
========---------
New layer -----------------------------------
The = signs represent the radar sweep graphic, the hyphens represent the transparency. Save this off in a png format which preserves transparency info and when you load it using your xml code then everywhere that the hyphens are will be transparent. This
tutorial should help you a bit more in case I wasn't very good at explaining it
Good Luck
Rick