JSModeler
JSModeler copied to clipboard
Tutorial missing examples of object loading
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