Wrong vertex data when getting sources from SCNNode geometry – Ios swift
I'm using the code below inside a SCNGeometry extension to get the vertex data, and a similar one for .normals, my objective is to create a cloned mesh from the original node to colorize each vertex, but when I try…