Heys,
I am finding Transform and Transformable classes a little confusing because Transform is exactly what i want, but I can't retrieve the position, etc from it.
Also, when I saw Transformable, it looked even more like what I need, but it doesn't let me rotate relatively to an arbitrary point like Transform does. (or does it?)
Imagine a scene graph, with every node position being relative to the parent.
I want to be able to rotate a node around itself by default, but also around its parent, in order to obtain a "gravitation" effect , where the child rotates around the parent in a fixed distance.
Can someone please clarify me on this?