Exemple #1
0
 /// <summary>Creates a cloth mesh from a cooked cloth mesh stored in a stream. </summary>
 public virtual NxClothMesh createClothMesh(NxStream stream)
 {
     if (doSetFunctionPointers)
     {
         throw new System.NotSupportedException("Cannot call abstract base member");
     }
     return(NxClothMesh.GetClass(NxPhysicsSDK_createClothMesh_INVOKE(ClassPointer, doSetFunctionPointers, (stream != null ? stream.ClassPointer : NullRef))));
 }
Exemple #2
0
 private void releaseClothMesh_virtual(IntPtr cloth)
 {
     releaseClothMesh(NxClothMesh.GetClass(cloth));
 }