Hi; On Wed, 2007-05-30 at 16:58 +0100, Jan Jokela wrote: > > - looking into the clutter API it appears that everything is geared > towards real res coordinates, is there support for programming against > virtual coords and aspect ratios?
Right, Clutter 0.2 only exposes screen (pixel) co-ordinates. You can hack around this by scaling the stage but you are still limited to ints at API level. Device independent units are coming in a later release (trunk at least uses them internally with some API exposure) but there still quite a bit to be figured out here. Out of interest is this important to you ? and if so in what way ? (Just trying to understand peoples use cases) > - why is there only a behaviour for the opacity and not rgb? doesn't > ogl just easily change rgb as alpha values? I just dont think there has been any need for this. Its easy to write your own behaviour to do this however - and there are an infinite amount of behaviours that could be written :) Clutter core just contains the most obvious and hopefully useful ones. Hope that helps! -- Matthew -- To unsubscribe send a mail to [EMAIL PROTECTED]
