
<demo name="wavebox1" width="640" height="480" bpp="32" fullscreen="0" showfps="0" showconfig="0">

	<loadplugin file="../fx/fx_main.dll"></loadplugin>
	<loadplugin file="../fx/fx_rawhed.dll"></loadplugin>

	<add type="clear" name="clear"></add>
	<clear color="0x11111111" trailval="1.0"></clear>

	<add type="wavebox" name="wave"></add>
	<wave texture="partblue.tga" preset="10" speed="5">
	<gl restore="1">
		<render	active="1"
			flat="0"
			wire="0"
			envmap="0"
			linewidth="1"
			color="1,1,1,1"></render>
		<depth	active="1"
			test="1"
			write="1">
		</depth>
		<cull	active="1"
			cull="0"
			mode="0">
		</cull>
		<alpha	active="1"
			blend="1"
			blendsrc="1"
			blenddst="1"
			mask="0"
			maskvalue="0.5">
		</alpha>
		<proj	active="0"
			fov="46"
			near="0.02"
			far="800">
		</proj>
		<fog	active="0"
			on="1"
			mode="0"
			density="0.0"
			zstart="-50.0"
			zend="120.0"
			color="0xff0c4ca6">
		</fog>
	</gl>
	</wave>

	<draworder effect="clear" effect="wave"></draworder>

	<load></load>
	<run></run>

</demo>