I am importing an obj file into a vue project, and this works with a certain older version of the same obj model from Cinema 4D. The model loads in fine in the Babylon Sandbox, but I get certain errors in the console when trying to use this particularly model. Console error is below, I can only assume that there is a mesh that the objFileLoader cannot find “something”.
I have also tried importing a GLTF but that conflicts with the BabylonVue library - which is another story.
Short of me deconstructing the model object by object - is there any obvious reason to this error?