problem with axes #4077
-
Hi there, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
The axis or reference frame are always the same in SOFA. The reference frame (0,0,0) has its 3 axis x, y and z. In the SOFA GUI, you can render the reference frame using the "A" key of the keyboard using the QGLViewer. You might have a rotation applying somewhere. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hi @JetsSimavDibris , Then to change the device position and orientation you should use the Data: Hope it helps |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Hi @JetsSimavDibris ,
when setting your scene, placing the Geomagic in front of the models to interact with could be quite complicated.
To help you you can activate the drawing of the device (it will display the exact shape of the Geomagic in SOFA frame) :
drawDevice="1"
You can also display the device frame:
drawDeviceFrame="1"
Then to change the device position and orientation you should use the Data:
positionBase="0 0 0"
andorientationBase="0 0 0 1"
Hope it helps