Axiom.Graphics.ShadowCaster.UpdateEdgeListLightFacing C# (CSharp) 메소드

UpdateEdgeListLightFacing() 보호된 메소드

Tells the caster to perform the tasks necessary to update the edge data's light listing. Can be overridden if the subclass needs to do additional things.
protected UpdateEdgeListLightFacing ( EdgeData edgeData, Vector4 lightPosition ) : void
edgeData EdgeData The edge information to update.
lightPosition Vector4 4D vector representing the light, a directional light has w=0.0.
리턴 void
		protected virtual void UpdateEdgeListLightFacing( EdgeData edgeData, Vector4 lightPosition )
		{
			edgeData.UpdateTriangleLightFacing( lightPosition );
		}