My question is,can I import files (shapes) from 3d studios into three.js…
type of json or something? any types (*.obj…)
My question is,can I import files (shapes) from 3d studios into three.js… type of
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
They provide exporters for some software apps..
You can find an exporter from 3D studio max to three.js json format at https://github.com/mrdoob/three.js/tree/master/utils/exporters/max
Their Loaders can be found at https://github.com/mrdoob/three.js/tree/master/src/extras/loaders