Extracting vertices from scenekit

The geometry source When you call geometrySourcesForSemantic: you are given back an array of SCNGeometrySource objects with the given semantic in your case the sources for the vertex data). This data could have been encoded in many different ways and a multiple sources can use the same data with a different stride and offset. The … Read more