Exemple #1
0
 public void define(SWIGTYPE_p_void controlPointBuffer, VertexDeclaration declaration, uint width, uint height, uint uMaxSubdivisionLevel, uint vMaxSubdivisionLevel, PatchSurface.VisibleSide visibleSide, HardwareBuffer.Usage vbUsage, HardwareBuffer.Usage ibUsage, bool vbUseShadow, bool ibUseShadow)
 {
     OgrePINVOKE.PatchMesh_define__SWIG_0(swigCPtr, SWIGTYPE_p_void.getCPtr(controlPointBuffer), VertexDeclaration.getCPtr(declaration), width, height, uMaxSubdivisionLevel, vMaxSubdivisionLevel, (int)visibleSide, (int)vbUsage, (int)ibUsage, vbUseShadow, ibUseShadow);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public void define(SWIGTYPE_p_void controlPointBuffer, VertexDeclaration declaration, uint width, uint height, uint uMaxSubdivisionLevel, uint vMaxSubdivisionLevel, PatchSurface.VisibleSide visibleSide)
 {
     OgrePINVOKE.PatchMesh_define__SWIG_4(swigCPtr, SWIGTYPE_p_void.getCPtr(controlPointBuffer), VertexDeclaration.getCPtr(declaration), width, height, uMaxSubdivisionLevel, vMaxSubdivisionLevel, (int)visibleSide);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #3
0
 public void update(SWIGTYPE_p_void controlPointBuffer, uint width, uint height, uint uMaxSubdivisionLevel, uint vMaxSubdivisionLevel, PatchSurface.VisibleSide visibleSide)
 {
     OgrePINVOKE.PatchMesh_update(swigCPtr, SWIGTYPE_p_void.getCPtr(controlPointBuffer), width, height, uMaxSubdivisionLevel, vMaxSubdivisionLevel, (int)visibleSide);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }