Axiom.Graphics.ShadowRenderable.GetSquaredViewDepth C# (CSharp) 메소드

GetSquaredViewDepth() 공개 메소드

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