Table of Contents

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

radialResolution int

See the Box3D documentation.

tubularResolution int

See the Box3D documentation.

radius float

See the Box3D documentation.

thickness float

See the Box3D documentation.

Returns

b3MeshData*

See the Box3D documentation.