Delegate CombineCallback
Namespace: Xbim.Tessellator
Assembly: Xbim.Tessellator.dll
Syntax
public delegate int CombineCallback(Vec3 position, int[] data, double[] weights);Parameters
| Type | Name | Description | 
|---|---|---|
| Vec3 | position | |
| System.Int32[] | data | |
| System.Double[] | weights | 
Returns
| Type | Description | 
|---|---|
| System.Int32 |