Example #1
0
 public virtual void forwardIntersect(Plane worldPlane, SWIGTYPE_p_std__vectorT_Ogre__VectorT_4_Ogre__Real_t_t intersect3d)
 {
     OgrePINVOKE.Camera_forwardIntersect(swigCPtr, Plane.getCPtr(worldPlane), SWIGTYPE_p_std__vectorT_Ogre__VectorT_4_Ogre__Real_t_t.getCPtr(intersect3d));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__vectorT_Ogre__VectorT_4_Ogre__Real_t_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Example #3
0
 public void _defragmentBatch(bool optimizeCulling, SWIGTYPE_p_std__vectorT_Ogre__InstancedEntity_p_t usedEntities, SWIGTYPE_p_std__vectorT_Ogre__VectorT_4_Ogre__Real_t_t usedParams)
 {
     OgrePINVOKE.InstanceBatch__defragmentBatch(swigCPtr, optimizeCulling, SWIGTYPE_p_std__vectorT_Ogre__InstancedEntity_p_t.getCPtr(usedEntities), SWIGTYPE_p_std__vectorT_Ogre__VectorT_4_Ogre__Real_t_t.getCPtr(usedParams));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #4
0
 public void getInstancedEntitiesInUse(SWIGTYPE_p_std__vectorT_Ogre__InstancedEntity_p_t outEntities, SWIGTYPE_p_std__vectorT_Ogre__VectorT_4_Ogre__Real_t_t outParams)
 {
     OgrePINVOKE.InstanceBatch_getInstancedEntitiesInUse(swigCPtr, SWIGTYPE_p_std__vectorT_Ogre__InstancedEntity_p_t.getCPtr(outEntities), SWIGTYPE_p_std__vectorT_Ogre__VectorT_4_Ogre__Real_t_t.getCPtr(outParams));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }