Yes, it makes polygons are visible from both site. You can use the following material or only copy the effect in your own material:
Code:
material mat_bump
{
   effect = "
	technique t0
	{
		pass p0
		{
			CullMode = None;
		}
	}
        ";
}


There is also a good project called "mystymood" that have moving mirroring water and a terrain.

Last edited by Widi; 06/06/10 11:07.