|
DllExport void | MeshChamferDataDebugPrint (MeshChamferData &mcd, int mapNum) |
|
DllExport float | AffectRegionFunction (float dist, float falloff, float pinch, float bubble) |
|
DllExport Point3 | SoftSelectionColor (float selAmount) |
|
DllExport void | MatrixFromNormal (Point3 &normal, Matrix3 &mat) |
|
DllExport void | AverageVertexNormals (Mesh &mesh, Tab< Point3 > &vnormals) |
|
DllExport Point3 | AverageSelVertNormal (Mesh &mesh) |
|
DllExport Point3 | AverageSelVertCenter (Mesh &mesh) |
|
DllExport void | DeselectHiddenFaces (Mesh &mesh) |
|
DllExport void | DeselectHiddenEdges (Mesh &mesh) |
|
DllExport void | HiddenFacesToVerts (Mesh &mesh, BitArray alsoHide) |
|
DllExport void | SelectionDistance (const Point3 *vertArray, int vertNum, int vertStep, const BitArray &selMask, float *selDist, float falloffLimit=-1.0f) |
|
DllExport void | SelectionDistance (Mesh &mesh, float *selDist, int iters, AdjEdgeList *ae=NULL) |
|
DllExport void | ClustDistances (Mesh &mesh, DWORD numClusts, DWORD *vclust, Tab< float > **clustDist) |
|
DllExport void | ClustDistances (Mesh &mesh, DWORD numClusts, DWORD *vclust, Tab< float > **clustDist, int iters, AdjEdgeList *ae=NULL) |
|