Method b3CreateCylinder
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3CreateCylinder(float, float, float, int)
Create a tessellated cylinder as a hull.
public static extern b3HullData* b3CreateCylinder(float height, float radius, float yOffset, int sides)Parameters
heightfloat-
See the Box3D documentation.
radiusfloat-
See the Box3D documentation.
yOffsetfloat-
See the Box3D documentation.
sidesint-
See the Box3D documentation.
Returns
- b3HullData*
-
See the Box3D documentation.