Skip to content
Discussion options

You must be logged in to vote

The mirror transformation is scaling by negative values. Mirror along the x-axis is entity.scale(-1, 1, 1) or entity.transform(Matrix44.scale(-1, 1, 1)). Mirroring about an arbitrary line (plane) is not implemented, but creating such a transformation matrix can possibly be found using Google.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@chibai
Comment options

Answer selected by chibai
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