I am trying to port my app from clutter 0.9 to clutter 1.0. My app uses clutter-md2 which was working in 0.9 but not in 1.0.
I managed to get it to compile by adding these defines.
#define ClutterUnit gfloat
#define CLUTTER_UNITS_FROM_INT(x) ((gfloat)x)
My simple test program runs but no model is shown. Any ideas on where I should
look for the problem? Anyone manage to use clutter-md2 in 1.0?
thanks,
Reuben
