You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On request of @Mimickal I am listing out nice to haves for test mocks.
So, I think a good way to test if our tools are accurate is to be able to perform a full test where we import a model type and export it again. I think a good aim would be to leave this to the JmsModel class as that lies outside of our project.
So,
Getting nodes to accurately be transported to and from a JmsModel
Rotations need to resolve to the same orientation (Danger, a node can point the same way, but that doesn't mean the internal representation is accurate.)
Positions
Confirm if scaling works properly by doing a scaled import and export
All the node stuff, but for armatures instead of primitives (Since those are linked)
Node, region, permutation names
Idk if we can test geometry.
The text was updated successfully, but these errors were encountered:
On request of @Mimickal I am listing out nice to haves for test mocks.
So, I think a good way to test if our tools are accurate is to be able to perform a full test where we import a model type and export it again. I think a good aim would be to leave this to the JmsModel class as that lies outside of our project.
So,
Getting nodes to accurately be transported to and from a JmsModel
Node, region, permutation names
Idk if we can test geometry.
The text was updated successfully, but these errors were encountered: