Axiom.Components.Terrain.TerrainQuadTreeNode.TerrainRendable.GetSquaredViewDepth C# (CSharp) Method

GetSquaredViewDepth() public method

public GetSquaredViewDepth ( Camera camera ) : float
camera Axiom.Core.Camera
return float
            public override float GetSquaredViewDepth(Camera camera)
            {
                return mParent.GetSquaredViewDepth(camera);
            }