Replies: 1 comment 2 replies
-
|
Hm, could I get the file to analyze this issue? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Assimp version 5.0.1
I've recently started using assimp to import an fbx file, do some modifications to each vertex of the meshes, then export back out to either fbx/obj.
I've noticed that after exporting the mesh, it is distorted / very faceted. I wondered if I was doing something wrong with exporting the mesh, so removed all unnecessary code and just exported the imported scene using the below:
The original fbx file:

The exported fbx file from assimp:

Any help is appreciated.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions