Question

To invert Y/Z AXIS for a correct OBJ

  • 31 October 2021
  • 1 reply
  • 9 views

Badge

Hey community! how can I convert a point cloud in this sense? When I put my obj in Unity I have this problem....


1 reply

Userlevel 4
Badge +26

You can use an CoordinateSwapper (http://docs.safe.com/fme/2020.0/html/FME_Desktop_Documentation/FME_Transformers/Transformers/coordinateswapper.htm) to swap the axis before writing out. If you switch Y <> Z you should get the result you're after.

Reply