Home » Projects » IdealistViewer » SVN » Browse repository
Diff of /trunk/IdealistViewer/Application/BaseIdealistViewer.cs
Parent Directory
|
Revision Log
|
Patch
| 396 |
|
|
| 397 |
m_log.DebugFormat("[ROTA]:<{0},{1},{2}>", jointdata.rotationkeys[0].key_element.Y, jointdata.rotationkeys[0].key_element.Z, jointdata.rotationkeys[0].key_element.X); |
m_log.DebugFormat("[ROTA]:<{0},{1},{2}>", jointdata.rotationkeys[0].key_element.Y, jointdata.rotationkeys[0].key_element.Z, jointdata.rotationkeys[0].key_element.X); |
| 398 |
} |
} |
| 399 |
Vector3D jointeuler = sn.Rotation + new Vector3D(jointdata.rotationkeys[0].key_element.Z, jointdata.rotationkeys[0].key_element.X, jointdata.rotationkeys[0].key_element.Y); |
Vector3D jointeuler = sn.Rotation + new Vector3D(jointdata.rotationkeys[0].key_element.Z, jointdata.rotationkeys[0].key_element.Y, jointdata.rotationkeys[0].key_element.X); |
| 400 |
sn.Rotation = jointeuler;// *framecounter; |
sn.Rotation = jointeuler;// *framecounter; |
| 401 |
sn.UpdateAbsolutePositionOfAllChildren(); |
sn.UpdateAbsolutePositionOfAllChildren(); |
| 402 |
} |
} |
|
|
Legend:
| Removed from v.59 |
|
| changed lines |
| |
Added in v.60 |
|
|
