three.js - executing python scripts in server -
i have developed application, system allows upload 2 different types of files (.obj , .mtl). these files later needed three.js display 3d-model. unfortunately, three.js not take .obj or .mtl directly render model. these files, .obj , .mtl should converted .js (json) in-order acceptable three.js.
i have researched on internet , found .obj file can converted .js of converter convert_obj_three.py.
i able run above converter in command prompt in desktop convert .obj .js. looking execute python converter in server itself.
i have come accross cgi stuff, still can't grasp idea behind it. question is, how execute python scripts in server , store output. (in case output converted file [something.js]).
Comments
Post a Comment