
<demo name="texturenoise2" width="640" height="480" bpp="32" fullscreen="0" vsync="1" mouse="1">

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

	<add type="clear" name="clear"/>
	<clear color="0xff000000"/>

	<add type="texturenoise" name="noise"/>
	<noise width="256" height="256" tiling="2,2" mono="1" seed="12345" tintcolor="0.4,0.4,0.4" smooth="0" speed="1"/>

	<add type="texturenoise" name="noise3"/>
	<noise3 width="32" height="32" tiling="0.14,0.41" mono="1" tintcolor="0.2,0.6,0.1" smooth="1" speed="0.04"/>

	<add type="texturenoise" name="noise5"/>
	<noise5 width="16" height="16" tiling="0.42,0.31" mono="1" tintcolor="0.8,0.3,0.2" smooth="1" speed="0.04"/>

	<add type="texturenoise" name="noise6"/>
	<noise6 width="16" height="16" tiling="0.12,0.31" mono="1" seed="90" tintcolor="0.1,0.3,0.7" smooth="1" speed="0.04"/>

	<draworder effect="clear" effect="noise" effect="noise3" effect="noise5" effect="noise6" effect="noise"/>

	<load/>
	<run/>

</demo>