Skip to content

Does Open3D have any specific function to read .obj, .fbx or .blend files? #3836

Answered by errissa
whizbuzzer asked this question in Q&A
Discussion options

You must be logged in to vote

@whizbuzzer I confirmed that FBX files will load with Open3D. However, Open3D only supports triangle meshes and the warning indicates that your FBX file has polygons in it. Please try:

o3d.io.read_triangle_mesh('my_model.fbx', enable_post_processing=True)

which will run a post processing step during import that triangulates non-triangle polygons.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by germanros1987
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants