Exemplo n.º 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);
Exemplo n.º 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);
Exemplo n.º 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);
Exemplo n.º 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);
Exemplo n.º 5
0
 public static extern bool rcpmBuildFromContourSet(IntPtr context
                                                   , [In] ContourSetEx cset
                                                   , int maxVertsPerPoly
                                                   , ref PolyMeshEx polyMesh
                                                   , ref int maxVerts);
Exemplo n.º 6
0
 public static extern bool rcpmFreeMeshData(ref PolyMeshEx polyMesh);
Exemplo n.º 7
0
 public static extern bool rcpdBuildPolyMeshDetail(IntPtr context
                                                   , ref PolyMeshEx polyMesh
                                                   , [In] CompactHeightfield chf
                                                   , float sampleDist
                                                   , float sampleMaxError
                                                   , [In, Out] PolyMeshDetail detailMesh);
Exemplo n.º 8
0
 public static extern bool rcpdBuildPolyMeshDetail(IntPtr context
     , ref PolyMeshEx polyMesh
     , [In] CompactHeightfield chf
     , float sampleDist
     , float sampleMaxError
     , [In, Out] PolyMeshDetail detailMesh);
Exemplo n.º 9
0
 public static extern bool rcpmBuildFromContourSet(IntPtr context
     , [In] ContourSetEx cset
     , int maxVertsPerPoly
     , ref PolyMeshEx polyMesh
     , ref int maxVerts);
Exemplo n.º 10
0
 public static extern bool rcpmFreeMeshData(ref PolyMeshEx polyMesh);