Example #1
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);
        }
Example #2
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);
        }
Example #3
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);
        }
Example #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_Ogre__FrustumPlane obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }