Table of Contents

Method b3GetCompoundMesh

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

b3GetCompoundMesh(b3CompoundData*, int)

Access a child mesh by index.

public static extern b3CompoundMesh b3GetCompoundMesh(b3CompoundData* compound, int index)

Parameters

compound b3CompoundData*

See the Box3D documentation.

index int

See the Box3D documentation.

Returns

b3CompoundMesh

See the Box3D documentation.