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
heightfloat-
See the Box3D documentation.
radius1float-
See the Box3D documentation.
radius2float-
See the Box3D documentation.
slicesint-
See the Box3D documentation.
Returns
- b3HullData*
-
See the Box3D documentation.