[clutter] x,y,z coords

2009-09-03 Thread Peter Keller
Hello, I've noticed that the clutter api provides placement for actors, but only oddly in the sense that the actors exists in a 3d space, but the set_position calls only take shorthanded 2d coordinates. I find it weird that if I want an actor like a rectangle or text actor rotated around the y

Re: [clutter] x,y,z coords

2009-09-03 Thread Emmanuele Bassi
On Thu, 2009-09-03 at 01:00 -0500, Peter Keller wrote: Hello, I've noticed that the clutter api provides placement for actors, but only oddly in the sense that the actors exists in a 3d space, but the set_position calls only take shorthanded 2d coordinates. I find it weird that if I want

Re: [clutter] x,y,z coords

2009-09-03 Thread Peter Keller
On Thu, Sep 03, 2009 at 09:57:38AM +0100, Emmanuele Bassi wrote: because Clutter mainly (and currently) targeted at 2D elements in 3D space, not at fully 3D elements. I'd be happy with 2D elements--for example a text entry area which can only be a rectangle, but there is no good API to place