dmsurti / AssimpKit

A library (macOS, iOS) that converts the files supported by Assimp to Scene Kit scenes.
http://assimpkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
474 stars 54 forks source link

Loading fail .ply file for point cloud. #118

Open JacobXrspace opened 3 years ago

JacobXrspace commented 3 years ago

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 78113f89-fc91-45e2-b6ab-d8000fe0007f

dmsurti commented 3 years ago

@JacobXrspace can you please share the file?

JacobXrspace commented 3 years ago

This is the ply file, I add the txt for upload. TestFile.ply.txt