Exemplo n.º 1
0
 public static void prepareMatricesForVertexBlend(SWIGTYPE_p_p_Ogre__Affine3 blendMatrices, Affine3 boneMatrices, SWIGTYPE_p_std__vectorT_unsigned_short_t indexMap)
 {
     OgrePINVOKE.Mesh_prepareMatricesForVertexBlend(SWIGTYPE_p_p_Ogre__Affine3.getCPtr(blendMatrices), Affine3.getCPtr(boneMatrices), SWIGTYPE_p_std__vectorT_unsigned_short_t.getCPtr(indexMap));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public static void softwareVertexBlend(VertexData sourceVertexData, VertexData targetVertexData, SWIGTYPE_p_p_Ogre__Affine3 blendMatrices, uint numMatrices, bool blendNormals)
 {
     OgrePINVOKE.Mesh_softwareVertexBlend(VertexData.getCPtr(sourceVertexData), VertexData.getCPtr(targetVertexData), SWIGTYPE_p_p_Ogre__Affine3.getCPtr(blendMatrices), numMatrices, blendNormals);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_p_Ogre__Affine3 obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }