Skip to main content
Question

I understand can use the coordinateSwapper transformer to switch Y <> Z values in the wavefront obj file. But can I also change the sign of the y-values (says from -ve to +ve) as well?

  • September 12, 2023
  • 2 replies
  • 15 views

kiabee
Contributor
Forum|alt.badge.img+2
I understand can use the coordinateSwapper transformer to switch Y <> Z values in the wavefront obj file. But can I also change the sign of the y-values (says from -ve to +ve) as well?

2 replies

saraatsafe
Safer
Forum|alt.badge.img+12
  • Safer
  • September 12, 2023

Hi @kiabee​, unfortunately the CoordinateSwapper doesn't have this capability, however you can try to use the 3DAffiner transformer with these settings instead:

3DAffiner transformers with the settings A= 1, B= 0, C= 0, D= 0, E= 0, F= 0, G= -1, H= 0, I= 0, J= 1, K= 0, L= 0


kiabee
Contributor
Forum|alt.badge.img+2
  • Author
  • Contributor
  • September 16, 2023

Oh. That's great. Thanks.