-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MS2 - Joint infos #77
Comments
tree_birch_himalayan_01 has 1 jointdata, 6 joints, with 1 hitcheck and with 1 capsule each |
making good progress here |
The global structure of joints has been figured out. Some collision types are still missing. The purpose of many joints structs is still unknown. |
bounding box colliders are bugged when exported with edit bones checked - temporary fix by deleting such colliders prior to export, issue seems to be in generating the rotation 3x3 matrix |
Fixed by doing abs() on bbox extent, due to swizzling. |
Right now, all PZ and JWE2 models load, some JWE1 models do not load. |
Can we update this one with the current joint status? |
Need to investigate JWE1 joints, run a walker. There are some differences in the joints, like it does not have the strings per hitcheck. For PZ and JWE2, the data layout is good, but our interpretation of the data has huge gaps still. |
should we split hitchecks and joints? looks like they are related by completely different topics |
Hitchecks are part of the big joints struct. |
Ok then, maybe it helps if we define the hitcheck struct for bones that
done have any and we settle that down?
…On Fri, 28 Oct 2022 at 11:06, HENDRIX-ZT2 ***@***.***> wrote:
should we split hitchecks and joints? looks like they are related by
completely different topics
Hitchecks are part of the big joints struct.
—
Reply to this email directly, view it on GitHub
<#77 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG42R76RAPGWYZM2PGNIY3LWFOJRZANCNFSM4VOEDBBA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Lots of stuff figured out by @harlequinzeg0 again. We now know how ik chains are defined. Need to implement it for the plugin. |
Quick question and I'll run a test, can we just add one bone to the armature that is not connected to any other bone without issues? |
Should be able to, yes |
Offset has been added back to convex hull bv - not sure why it had been commented out. |
Convex hulls and mesh collision seemt to correctly import and export now. |
mod_rf_stairwell has 1 jointdata, with 1 joint, with 1 hitcheck, with 1 bbox
The text was updated successfully, but these errors were encountered: