no it does not. these are the only setting usable for lens flare
http://krpano.com/docu/xml/#lensflare
Hi,
I'm confused then because if you click 'show/hide advanced settings' it shows the following including alpha:
<lensflare> show / hide advanced settings
Defines a lensflare (sun).
<lensflare name="..."
set="DEFAULT"
visible="true"
keep="false"
ath="0.0"
atv="0.0"
size="0.8"
blind="0.6"
blindcurve="4.0"
/>
full variable name (read only) type default value
lensflare.count int 0
The count / number of all lensflare elements.
full variable name (read only) type default value
lensflare.visible Boolean true
Show / hide the whole lensflare layer.
full variable name (read only) type default value
lensflare.alpha Number 1.0
Controls the transparency / alpha of the whole lensflare layer.
full variable name (as3 usage only) type default value
lensflare.layer Sprite
Actionscript 3 Sprite object of the lensflare layer.
attribute name full variable name type default value
name lensflare[name].name String
The name of the lensflare element (see the name notes).
attribute name full variable name (read only) type default value
index lensflare[name].index int
The index of the lensflare element.
attribute name full variable name type default value
set lensflare[name].set String "DEFAULT"
The lensflare set/style to use for this lensflare.
attribute name full variable name type default value
visible lensflare[name].visible Boolean true
Visibility of the lensflare element.
attribute name full variable name type default value
keep lensflare[name].keep Boolean false
Should this lensflare element be kept or removed when loading a new pano.
See also the loadpano() action.
attribute name full variable name type default value
ath lensflare[name].ath Number 0.0
The horizontal position of the lensflare in spherical coordinates (-180 to +180).
attribute name full variable name type default value
atv lensflare[name].atv Number 0.0
The vertical position of the lensflare in spherical coordinates (-90 to +90).
attribute name full variable name type default value
size lensflare[name].size Number 0.8
The size / scale of the flares from the lensflare element.
attribute name full variable name type default value
blind lensflare[name].blind Number 0.6
The blinding factor - how much will it blind, when you look into the sun:
0.0=no blinding, 1.0=full blinding (=white screen)
attribute name full variable name type default value
blindcurve lensflare[name].blindcurve Number 4.0
The blinding curve (1.0 - 10.0) - it controls the increase of the strongness of the blinding when getting near the center position of the flare.
Do the advanced settings not work for everything, because they def work for some other tags?
Thanks
Mike