Assign mirror operation to vertices array
I understand the math in flipping vertex coordinates in a .obj vertices array to get the开发者_如何转开发 mirrored coordinate across a plane/axis. But, how do you populate the vertices array for an actual mirror operation (as opposed to just a flip)
Normally you don't mirror by flipping vertex values, but by appliying an apropriate mirror transform matrix.
精彩评论