
<demo name="texturenoise3" 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.2,0.2,0.2" smooth="0" speed="1"/>

	<add type="texturenoise" name="noise2"/>
	<noise2 width="32" height="32" tiling="0.1,18" mono="1" tintcolor="0,0,1" smooth="1" speed="1"/>

	<add type="texturenoise" name="noise7"/>
	<noise7 width="32" height="32" tiling="1,1" mono="1" tintcolor="1,0,0" smooth="1" speed="1"/>

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

	<draworder effect="clear" effect="noise2" effect="noise7" effect="noise3" effect="noise"/>

	<load/>
	<run/>

</demo>