NewtonMeshApproximateConvexDecomposition

From Newton Wiki
Jump to: navigation, search

NewtonMeshApproximateConvexDecomposition

NewtonMesh* NewtonMeshApproximateConvexDecomposition (const NewtonMesh* const mesh, dFloat maxConcavity, dFloat backFaceDistanceFactor, int maxCount, int maxVertexPerHull, NewtonReportProgress reportProgressCallback, void* const reportProgressUserData)

Usage

Parameters

  • const NewtonMesh* const mesh
  • dFloat maxConcavity
  • dFloat backFaceDistanceFactor
  • int maxCount
  • int maxVertexPerHull
  • NewtonReportProgress reportProgressCallback
  • void* const reportProgressUserData

Return

  • NewtonMesh*

Description

See also