public void _updateRenderQueue(RenderQueue queue)
 {
     OgrePINVOKE.InstanceBatch__updateRenderQueue(swigCPtr, RenderQueue.getCPtr(queue));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public void _addBoundingBoxToQueue(RenderQueue queue)
 {
     OgrePINVOKE.SceneNode__addBoundingBoxToQueue(swigCPtr, RenderQueue.getCPtr(queue));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void _updateRenderQueue(RenderQueue queue)
 {
     OgrePINVOKE.ParticleSystem__updateRenderQueue(swigCPtr, RenderQueue.getCPtr(queue));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #4
0
 public void _updateRenderQueue(RenderQueue queue)
 {
     OgreOverlayPINVOKE.PanelOverlayElement__updateRenderQueue(swigCPtr, RenderQueue.getCPtr(queue));
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #5
0
 public void merge(RenderQueue rhs)
 {
     OgrePINVOKE.RenderQueue_merge(swigCPtr, RenderQueue.getCPtr(rhs));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #6
0
 public void _updateRenderQueue(RenderQueue arg0)
 {
     OgrePINVOKE.MovablePlane__updateRenderQueue(swigCPtr, RenderQueue.getCPtr(arg0));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #7
0
 public void _updateRenderQueue(RenderQueue arg0)
 {
     OgrePINVOKE.BillboardChain__updateRenderQueue(swigCPtr, RenderQueue.getCPtr(arg0));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #8
0
 public void _updateRenderQueue(RenderQueue queue)
 {
     OgrePINVOKE.MovableObject__updateRenderQueue(swigCPtr, RenderQueue.getCPtr(queue));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #9
0
 public void _queueOverlaysForRendering(Camera cam, RenderQueue pQueue, Viewport vp)
 {
     OgreOverlayPINVOKE.OverlayManager__queueOverlaysForRendering(swigCPtr, Camera.getCPtr(cam), RenderQueue.getCPtr(pQueue), Viewport.getCPtr(vp));
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #10
0
            public virtual bool renderableQueued(Renderable rend, byte groupID, ushort priority, SWIGTYPE_p_p_Ogre__Technique ppTech, RenderQueue pQueue)
            {
                bool ret = OgrePINVOKE.RenderQueue_RenderableListener_renderableQueued(swigCPtr, Renderable.getCPtr(rend), groupID, priority, SWIGTYPE_p_p_Ogre__Technique.getCPtr(ppTech), RenderQueue.getCPtr(pQueue));

                if (OgrePINVOKE.SWIGPendingException.Pending)
                {
                    throw OgrePINVOKE.SWIGPendingException.Retrieve();
                }
                return(ret);
            }
Exemple #11
0
 public void _findVisibleObjects(Camera cam, RenderQueue queue, VisibleObjectsBoundsInfo visibleBounds)
 {
     OgrePINVOKE.SceneNode__findVisibleObjects__SWIG_3(swigCPtr, Camera.getCPtr(cam), RenderQueue.getCPtr(queue), VisibleObjectsBoundsInfo.getCPtr(visibleBounds));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #12
0
 public void _findVisibleObjects(Camera cam, RenderQueue queue, VisibleObjectsBoundsInfo visibleBounds, bool includeChildren, bool displayNodes)
 {
     OgrePINVOKE.SceneNode__findVisibleObjects__SWIG_1(swigCPtr, Camera.getCPtr(cam), RenderQueue.getCPtr(queue), VisibleObjectsBoundsInfo.getCPtr(visibleBounds), includeChildren, displayNodes);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public RenderQueueGroup(RenderQueue parent, bool splitPassesByLightingType, bool splitNoShadowPasses, bool shadowCastersNotReceivers) : this(OgrePINVOKE.new_RenderQueueGroup(RenderQueue.getCPtr(parent), splitPassesByLightingType, splitNoShadowPasses, shadowCastersNotReceivers), true)
 {
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #14
0
 public virtual void _findVisibleObjects(Camera cam, RenderQueue queue, Viewport vp)
 {
     OgreOverlayPINVOKE.Overlay__findVisibleObjects(swigCPtr, Camera.getCPtr(cam), RenderQueue.getCPtr(queue), Viewport.getCPtr(vp));
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }