Skip to content

Mirroring the sides #917

Answered by adamkewley
mrrezaie asked this question in Q&A
Discussion options

You must be logged in to vote

Unfortunately, at time of writing (v0.5.13), there isn't a convenient way to do this that's integrated with OpenSim Creator.

One fundamental issue you might run into (if I'm correct - I'm no expert) is that OpenSim's transform representation can't mirror the frames and mesh data in your model. Allowing something like that would break the transform's right-handed precondition. Therefore, you'll need to redefine frames in the mirrored space, such that the resulting joint coordinates still make sense in the mirror.

This is one of the reasons why StationDefinedFrame was added to OpenSim Core (opensim-org/opensim-core#3694). Using that, frames (rotation + position) can be automatically recalc…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by adamkewley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants