Table of Contents

Method b3World_EnableWarmStarting

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

b3World_EnableWarmStarting(b3WorldId, NativeBool)

Enable/disable constraint warm starting. Advanced feature for testing. Disabling warm starting greatly reduces stability and provides no performance gain.

public static extern void b3World_EnableWarmStarting(b3WorldId worldId, NativeBool flag)

Parameters

worldId b3WorldId

See the Box3D documentation.

flag NativeBool

See the Box3D documentation.