I try to load .ply file, but this file is strange.
NSError *error = nil; NSURL *modelFileURL = [NSURL fileURLWithPath:self.modelFilePath]; SCNAssimpScene *scene = [SCNScene assimpSceneWithURL:modelFileURL postProcessFlags:AssimpKit_Process_FlipUVs | AssimpKit_Process_Triangulate error:&error];
This picture is
I try to load .ply file, but this file is strange.
NSError *error = nil; NSURL *modelFileURL = [NSURL fileURLWithPath:self.modelFilePath]; SCNAssimpScene *scene = [SCNScene assimpSceneWithURL:modelFileURL postProcessFlags:AssimpKit_Process_FlipUVs | AssimpKit_Process_Triangulate error:&error];
This picture is