Beispiel #1
0
 private bool NxCookSoftBodyMesh_virtual(IntPtr desc, IntPtr stream)
 {
     return(NxCookSoftBodyMesh(NxSoftBodyMeshDesc.GetClass(desc), NxStream.GetClass(stream)));
 }
Beispiel #2
0
 private bool saveToDesc_virtual(IntPtr desc)
 {
     return(saveToDesc(NxSoftBodyMeshDesc.GetClass(desc)));
 }