Table of Contents

Method b3Shape_SetHull

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

b3Shape_SetHull(b3ShapeId, b3HullData*)

Allows you to change a shape to be a hull or update the current hull. This does not modify the mass properties.

public static extern void b3Shape_SetHull(b3ShapeId shapeId, b3HullData* hull)

Parameters

shapeId b3ShapeId

See the Box3D documentation.

hull b3HullData*

See the Box3D documentation.

Remarks

See b3Body_ApplyMassFromShapes @see b3Body_ApplyMassFromShapes