Hello, I want to use your tesselator for another project, but am a bit confused with the API, in particular with the CallVertexDelegate and CallCombineDelegate types. How come they take and output ints, respectively?

callVertex += delegate(int i)
{
  // How do I get my vertices (and other data) from i? :(
};

callCombine += delegate(double[] coords, int[] data4, double[] weight4, out int outData)
{
  // How do I pass back data?
};

Thank you.

EDIT: Oops, I see you moved to bickbucket. I'll check out the code there.

 

Last edit: Camilo Polymeris 2013-07-01