Replies: 1 comment
-
|
Normally there are tests to avoid the describes situation. I need to investigate the issu first. |
Beta Was this translation helpful? Give feedback.
0 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.
-
I just saw that discussions where enabled after I created my issue in git.
#3627
So I'm going to ask my question here too.
I have an obj file that is exported without UVs from a 3rd party tool (CADSoftTools) and it doesn't contain all the face components for a face row in the raw data.
Eg:-
f 2/1 3/1 1/1instead of looking like this (which is read fine by assimp):-
f 2//1 3//1 1//1So normally the format for f command is
f position_id/texture_coordinates_id/normal_id. In my example data above I havef position_id/normal_idWhen it is attempted to be loaded by assimp I get the following error: "Failed to load file (Invalid face indice)"
Is there currently anyway to load the file in assimp where it doesn't expect the uv data component and it would happily read 2 components per face indice instead of 3?
Beta Was this translation helpful? Give feedback.
All reactions