AcTools.Render.Base.Shadows.ShadowsDirectional.CameraOrthoShadow.Visible C# (CSharp) Method

Visible() public method

public Visible ( BoundingBox box ) : bool
box BoundingBox
return bool
            public override bool Visible(BoundingBox box) {
                return base.Visible(box) && SmallerCamera?._innerCamera.Intersect(box) != FrustrumIntersectionType.Inside;
            }
        }