GLTFKit
GLTFKit copied to clipboard
Question about model loading
Hi Im working on a Metal application which has to load models form .gltf files, but I will have to modify some vertex attributes of the model meanwhile. Could someone point me which part of the code processes the loaded data, and loads it into Metal buffers? Im new to objective-C, and could not find the place where this happens in the code. Any help appreciated.