[Solved] SceneKit view is rendered backwards
Thanks to Hal for his very helpful suggestion for creating an “scn” file from my scene. After viewing that scene in the scene editor, I realized that everything was reversed left/right because the yaw Euler angle (Y-axis) rotation was reverse of what I thought. So when I set the node’s eulerAngles.y to the desired longitude, … Read more