예제 #1
0
        public virtual bool isVisible(Sphere bound, SWIGTYPE_p_Ogre__FrustumPlane culledBy)
        {
            bool ret = OgrePINVOKE.Frustum_isVisible__SWIG_3(swigCPtr, Sphere.getCPtr(bound), SWIGTYPE_p_Ogre__FrustumPlane.getCPtr(culledBy));

            if (OgrePINVOKE.SWIGPendingException.Pending)
            {
                throw OgrePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #2
0
        public virtual bool isVisible(Vector3 vert, SWIGTYPE_p_Ogre__FrustumPlane culledBy)
        {
            bool ret = OgrePINVOKE.Frustum_isVisible__SWIG_5(swigCPtr, Vector3.getCPtr(vert), SWIGTYPE_p_Ogre__FrustumPlane.getCPtr(culledBy));

            if (OgrePINVOKE.SWIGPendingException.Pending)
            {
                throw OgrePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #3
0
        public override bool isVisible(AxisAlignedBox bound, SWIGTYPE_p_Ogre__FrustumPlane culledBy)
        {
            bool ret = OgrePINVOKE.Camera_isVisible__SWIG_0(swigCPtr, AxisAlignedBox.getCPtr(bound), SWIGTYPE_p_Ogre__FrustumPlane.getCPtr(culledBy));

            if (OgrePINVOKE.SWIGPendingException.Pending)
            {
                throw OgrePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }