3ds Max to ThreeJS – Direct Export
In this post, I shall be showing a demo on how to use MaxScript to export out data directly from 3ds Max without converting to OBJ. Firstly, please download the maxscript named : 3ds_ThreeJS_Exporter.mse from: https://github.com/theMaxscriptGuy/MaxScripts Then you can create some objects in 3ds Max. This exporter exports out multiple objects in multiple JSONs. This is a…