Table of Contents

Method b3CreateCone

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3CreateCone(float, float, float, int)

Create a tessellated cone as a hull.

public static extern b3HullData* b3CreateCone(float height, float radius1, float radius2, int slices)

Parameters

height float

See the Box3D documentation.

radius1 float

See the Box3D documentation.

radius2 float

See the Box3D documentation.

slices int

See the Box3D documentation.

Returns

b3HullData*

See the Box3D documentation.