On Wed, 2009-09-09 at 14:30 +0100, Emmanuele Bassi wrote: > ClutterBehaviourPath uses the ClutterPath object, which encapsulates all > the functionality that concerned describing paths from BehaviourPath and > BehaviourBspline. you'll need to create a new Path object and pass it to > the BehaviourPath behaviour -- something like: ...
Ah, nice :). Really easy to use! The constructor for ClutterPath in clutter-sharp only accepts knot[] as an input, not a Path - while the Path object is in there already. Seems like a mismatch in the wrapper code. But, still, if the 'knot' input is an option according to the documentation, that's not working either - but should do. By the way, I would like to help updating the examples, only my knowledge of wrapper classes is quite limited - therefore I cannot do much in that code without a bit of help. Groeten, Danny Haak -- Product Developer RFID Nedap Retail Support - www.nedaprs.com -- To unsubscribe send a mail to [email protected]
