AT-ST and AT-AT #3

Open
opened 2022-07-28 18:22:01 +02:00 by JackCarterSmith · 2 comments

AT-ST and AT-AT are different from the others models.

  • Firstly, the position of object-parts are not relative to object itself. Instead all parts are bound to 0,0,0 relative coordinate. Maybe the unknown datas can reveal some details about a transform matrix or others.

  • Secondarily, HOB file doesn't come alone: extra files (start, stop and walk) seem to be used for advanced animation processing. This can be explained when playing with CHICKEN cheat code and the animation speed varies according to the joystick push force.

In few words: keep looking on unknown datas

AT-ST and AT-AT are different from the others models. * Firstly, the position of object-parts are not relative to object itself. Instead all parts are bound to 0,0,0 relative coordinate. Maybe the *unknown datas* can reveal some details about a **transform matrix** or others. * Secondarily, HOB file doesn't come alone: extra files (start, stop and walk) seem to be used for advanced animation processing. This can be explained when playing with CHICKEN cheat code and the animation speed varies according to the joystick push force. In few words: keep looking on unknown datas
Author
Owner

For the first point, the transform matrix have been added in the last commit (ea59163941).
Seem only present in AT-ST and AT-AT object.

For the first point, the transform matrix have been added in the last commit (ea59163941). Seem only present in AT-ST and AT-AT object.
JackCarterSmith added the
question
label 2022-08-20 13:31:22 +02:00
Author
Owner

New update on commit 1deb5eae2c and 9e551619a1.

4 transform vector have been isolated:

  • Offset transform, who instruct translation of origin point from the current origin sub-part (parent dependent);
  • Scale transform, without specific notes;
  • Rotation transform, but don't really known the correct value in relation to vertices position (need more tests)
  • Translation transform, same as rotation.

As the OBJ exporter use a ratio of 1/1024 for the vertices, I need to verify if the transforms need some ratio too.

New update on commit 1deb5eae2c and 9e551619a1. 4 transform _vector_ have been isolated: - **Offset** transform, who instruct translation of origin point from the current origin sub-part (parent dependent); - **Scale** transform, without specific notes; - **Rotation** transform, but don't really known the correct value in relation to vertices position (need more tests) - **Translation** transform, same as rotation. As the OBJ exporter use a ratio of 1/1024 for the vertices, I need to verify if the _transforms need some ratio_ too.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: JCS-Prod/RSE-Model#3
No description provided.