JSModeler icon indicating copy to clipboard operation
JSModeler copied to clipboard

Tutorial missing examples of object loading

Open sanjayssk opened this issue 6 years ago • 1 comments

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.

sanjayssk avatar Aug 20 '19 03:08 sanjayssk

You can operate with the ConvertURLListToJsonData and ConvertJSONDataToThreeMeshes functions like in this example: https://github.com/kovacsv/JSModeler/blob/master/sandbox/importeralltypes.html

kovacsv avatar Aug 20 '19 07:08 kovacsv