I have a collada file, it contains a cube from which I export data to a file (raw bytes only), and I import bytes into iOS. Everything is fine, I studied the data, and everything looks the same for the tops on iOS and osx.
However, when I look at the Collada file, the normals are very different from what SceneKit has
In SceneKit, the normals are 0, -1, or 1. In the Collada file, I have -2.831 ..., - 1.31 ... etc.
Any insight was appreciated,
thanks
D
source share