The parse-obj works well if all the data is consecutive in .obj file. What I mean by that is, if I have a .obj file in which the data for each part(object) of the whole model(Assembly) is in a separate chunk, how do we parse such a file?
I think it's a case "o": scenario which is not handled in current published code.
Being a beginner, I am not aware of how it is generally done. I would request you to please help with this or at least guide me to the right reference.
Any inputs would be appreciated!
The parse-obj works well if all the data is consecutive in .obj file. What I mean by that is, if I have a .obj file in which the data for each part(object) of the whole model(Assembly) is in a separate chunk, how do we parse such a file?
I think it's a case "o": scenario which is not handled in current published code.
Being a beginner, I am not aware of how it is generally done. I would request you to please help with this or at least guide me to the right reference.
Any inputs would be appreciated!