Open sanjayssk opened 5 years ago
I want to try this to load an OBJ/MTL object instead of using three.js ObjectLoader. I can't find an example of doing that. Can you point me to an example that runs locally with just JS script includes (no node.js)?
Thanks.
You can operate with the ConvertURLListToJsonData and ConvertJSONDataToThreeMeshes functions like in this example: https://github.com/kovacsv/JSModeler/blob/master/sandbox/importeralltypes.html
ConvertURLListToJsonData
ConvertJSONDataToThreeMeshes
I want to try this to load an OBJ/MTL object instead of using three.js ObjectLoader. I can't find an example of doing that. Can you point me to an example that runs locally with just JS script includes (no node.js)?
Thanks.