Axiom.Graphics.ShadowRenderable.GetSquaredViewDepth C# (CSharp) Method

GetSquaredViewDepth() public method

public GetSquaredViewDepth ( Camera camera ) : float
camera Axiom.Core.Camera
return float
		public virtual float GetSquaredViewDepth( Camera camera )
		{
			return 0;
		}