﻿<krpano>

	<!-- zsnapshot plugin -->
	<plugin name="zsnapshot" url="plugins/zsnapshot.js" preload="true" keep="true"
		minres="8" maxres="2048" aspect="4/3" aspectrotate="true" watermark="mylogo" />

	<!-- image watermark -->
	<hotspot name="mylogo"
		keep="true" visible="false" enabled="false"
		type="image" url="zsnapshot.png"
		alpha="0.75"
		width="256" height="prop"
		align="bottomright"
		x="25" y="25" />

	<!-- text watermark -->
	<hotspot name="mytext"
		keep="true" visible="false" enabled="false"
		type="text" html="[b]zSnapshot[/b]" css="font-size:24px;color:#fff;"
		bg="false" alpha="0.75"
		align="bottomright"
		x="25" y="25" />

	<!-- the skin -->
	<include url="skin/defaultskin.xml" />
	<include url="defaultskin-modifications.xml" />

	<!-- view settings -->
	<view hlookat="90" vlookat="0" maxpixelzoom="1.0" fovmax="150" limitview="auto" />

	<image>
		<sphere url="pano/lady_elliot.jpg"/>
	</image>

	<!-- logo top right -->
	<layer url="zsnapshot.png" keep="true" align="topright" x="25" y="25" width="35%" height="prop" alpha="0.5" />

</krpano>
