Axiom.Demos.Fresnel.Reflection_BeforeUpdate C# (CSharp) 메소드

Reflection_BeforeUpdate() 개인적인 메소드

private Reflection_BeforeUpdate ( RenderTargetEventArgs e ) : void
e Axiom.Graphics.RenderTargetEventArgs
리턴 void
		private void Reflection_BeforeUpdate( RenderTargetEventArgs e )
		{
			planeEnt.IsVisible = false;

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

			theCam.EnableReflection( reflectionPlane );
		}