<div dir="ltr">Did you try setting the center (setCenter)? <div><br></div><div style>Absolute reference frame is used for the scene graph where you don't want to use your ancestors reference frame. </div><div><br></div>
<div style>- Aashish</div><div style><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Nov 25, 2013 at 6:03 PM, Candemir Doger <span dir="ltr"><<a href="mailto:cd.doger@gmail.com" target="_blank">cd.doger@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all,<div><br></div><div>We are applying transformations on top of the actors for our study (not the camera). However, there is a problem with the rotation after the translation since the objects are rotating around its own axis instead of the global axis. We examined the function in vesTransformPrivate and found that the actors are transformed by this:</div>

<div><br></div><div><div> vesMatrix4x4f eval()</div><div> {</div><div>    return m_translation * m_center * m_rotation * m_scaleOrientation</div><div>      * m_scale * m_scaleOrientationInv * m_centerInv;</div><div> }</div>

</div><div><br></div><div>We also trying changing the reference frame to Absolute but we couldn't made sense of it. Is there any documentation of this?</div><div><br></div><div>Should we change the order of this matrix multiplication or is there a clever way of achieving the desired effect?</div>

<div><br></div><div>What we want is to rotate around the global axis not the local one.</div><div><br></div><div>Cheers.</div></div>
<br>_______________________________________________<br>
Ves mailing list<br>
<a href="mailto:Ves@public.kitware.com">Ves@public.kitware.com</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/ves" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/ves</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>| Aashish Chaudhary <br>| R&D Engineer         <br>| Kitware Inc.            <br>| <a href="http://www.kitware.com">www.kitware.com</a>    
</div>