<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I've attached a patch that is illustrating my problem,<br>
    this example shows how rotation is behaving when there are handles
    like in 3D modelling softwares,<br>
    we see that rotation axis aren't rotating with object.<br>
    <br>
    <div class="moz-cite-prefix">Le 06/01/2015 21:30, IOhannes m zmölnig
      a écrit :<br>
    </div>
    <blockquote cite="mid:54AC45DE.90808@iem.at" type="cite">
      <pre wrap="">On 01/06/2015 09:12 PM, patrice colet wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Hello,

 is there a simple way in Gem to rotate an object locally,
or in other words is it possible to rotate an object on z axis, and then
rotate on the new x axis given by z axis rotation?

I believe it would be possible to do that with some matrix magicks but
it looks complicated to me, maybe there are examples somewhere?
</pre>
      </blockquote>
      <pre wrap="">
i'm sure i misunderstand the question, as the answer i find is rather
simple (all transformations in Gem are always on the local coordinate
system)

|
[rotate 12 0 0 1]
|
[rotate 42 1 0 0 ]
|

or even:
|
[rotateXYZ 0 0 12]
|
[rotateXYZ 42 0 0]
|

fgmsadr
IOhannes

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
<a class="moz-txt-link-abbreviated" href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list
UNSUBSCRIBE and account-management -> <a class="moz-txt-link-freetext" href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>