[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 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

[clutter] rectangles and text

2009-09-01 Thread Peter Keller
Hello, My name is Peter Keller and I'm very new to clutter and have a question about how to implement something. (I've started initially learning clutter 1.0). I would like to have a rectangle, possibly with a texture on it and subject to lighting effects, that I could scale, rotate, translate