Method b3CreateTorusMesh
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3CreateTorusMesh(int, int, float, float)
Create a torus mesh.
public static extern b3MeshData* b3CreateTorusMesh(int radialResolution, int tubularResolution, float radius, float thickness)Parameters
radialResolutionint-
See the Box3D documentation.
tubularResolutionint-
See the Box3D documentation.
radiusfloat-
See the Box3D documentation.
thicknessfloat-
See the Box3D documentation.
Returns
- b3MeshData*
-
See the Box3D documentation.