Axiom.Graphics.ShadowCaster.UpdateEdgeListLightFacing C# (CSharp) Méthode

UpdateEdgeListLightFacing() protected méthode

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.
Résultat void
		protected virtual void UpdateEdgeListLightFacing( EdgeData edgeData, Vector4 lightPosition )
		{
			edgeData.UpdateTriangleLightFacing( lightPosition );
		}