open3mod.MaterialMapper.IsTransparent C# (CSharp) Method

IsTransparent() private static method

private static IsTransparent ( float f ) : bool
f float
return bool
        private static bool IsTransparent(float f)
        {
            return f < 1.0f && f > AlphaSuppressionThreshold;
        }