Axiom.Demos.Fresnel.Refraction_BeforeUpdate C# (CSharp) Méthode

Refraction_BeforeUpdate() private méthode

private Refraction_BeforeUpdate ( RenderTargetEventArgs e ) : void
e Axiom.Graphics.RenderTargetEventArgs
Résultat void
		private void Refraction_BeforeUpdate( RenderTargetEventArgs e )
		{
			planeEnt.IsVisible = false;

			for ( int i = 0; i < aboveWaterEnts.Count; i++ )
			{
				( (Entity)aboveWaterEnts[ i ] ).IsVisible = false;
			}
		}