Wiki > TV3D65 Index > TVPhysics
-This page has been generated automatically. Please improve it by adding a description and additional information.
| VB.NET | CreateMeshBody(fMass As Single , pMesh As TVMesh , eBoundingType As CONST_TV_PHYSICSBODY_BOUNDING , bRecenterMesh As Boolean) As Integer | |
|---|---|---|
| C++ | int CreateMeshBody(float fMass , cTVMesh pMesh , cCONST_TV_PHYSICSBODY_BOUNDING eBoundingType , bool bRecenterMesh ) | |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| fMass | No | fMass description |
| pMesh | No | pMesh description |
| eBoundingType | Yes | eBoundingType description |
| bRecenterMesh | Yes | bRecenterMesh description |
| Integer | Description of what the return value means. |
|---|
| Example | Basic example. |
|---|