I opened a .dae
in Xcode to show it in SceneKit. Everything worked fine.
To add some nodes, I converted it automatically with Xcode to .scn
format.
However, when I now run the app, the model is rotated by 90 degrees, probably because the y axis is orientated differently.
Is there an option, to fix this, without manually rotating everything back by 90 degrees?
Sure, I could set Euler angle
for XZY 270 degrees. However, that's no clean solution, since I would also have to adjust the params for any operations I'm doing with the model. Is there a way, to set this 270 degrees to new default = 0 degrees?