Exemple #1
0
 public static extern bool rcpmBuildSerializedData([In] byte[] meshData
     , int dataSize
     , ref PolyMeshEx polyMesh
     , ref int maxVerts
     , ref float walkableHeight
     , ref float walkableRadius
     , ref float walkableStep);
Exemple #2
0
 public static extern bool rcpmBuildSerializedData([In] byte[] meshData
                                                   , int dataSize
                                                   , ref PolyMeshEx polyMesh
                                                   , ref int maxVerts
                                                   , ref float walkableHeight
                                                   , ref float walkableRadius
                                                   , ref float walkableStep);
Exemple #3
0
 public static extern bool rcpmGetSerializedData(ref PolyMeshEx polyMesh
                                                 , int maxVerts
                                                 , float walkableHeight
                                                 , float waklableRadius
                                                 , float walkableStep
                                                 , bool includeBuffer
                                                 , ref IntPtr data
                                                 , ref int dataSize);
Exemple #4
0
 public static extern bool rcpmGetSerializedData(ref PolyMeshEx polyMesh
     , int maxVerts
     , float walkableHeight
     , float waklableRadius
     , float walkableStep
     , bool includeBuffer
     , ref IntPtr data
     , ref int dataSize);
Exemple #5
0
 public static extern bool rcpmBuildFromContourSet(IntPtr context
                                                   , [In] ContourSetEx cset
                                                   , int maxVertsPerPoly
                                                   , ref PolyMeshEx polyMesh
                                                   , ref int maxVerts);
Exemple #6
0
 public static extern bool rcpmFreeMeshData(ref PolyMeshEx polyMesh);
Exemple #7
0
 public static extern bool rcpdBuildPolyMeshDetail(IntPtr context
                                                   , ref PolyMeshEx polyMesh
                                                   , [In] CompactHeightfield chf
                                                   , float sampleDist
                                                   , float sampleMaxError
                                                   , [In, Out] PolyMeshDetail detailMesh);
 public static extern bool rcpdBuildPolyMeshDetail(IntPtr context
     , ref PolyMeshEx polyMesh
     , [In] CompactHeightfield chf
     , float sampleDist
     , float sampleMaxError
     , [In, Out] PolyMeshDetail detailMesh);
Exemple #9
0
 public static extern bool rcpmBuildFromContourSet(IntPtr context
     , [In] ContourSetEx cset
     , int maxVertsPerPoly
     , ref PolyMeshEx polyMesh
     , ref int maxVerts);
Exemple #10
0
 public static extern bool rcpmFreeMeshData(ref PolyMeshEx polyMesh);