Table of Contents

Field materialIndices

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

materialIndices

Indirection from a triangle's material index to the compound's shared material array.

public int* materialIndices

Field Value

int*

Remarks

The triangle material index is clamped to Box3D.Native.Constants.B3_MAX_COMPOUND_MESH_MATERIALS before indexing here.