My question is,can I import files (shapes) from 3d studios into three.js... type of json or something? any types (*.obj...)
我的问题是,我可以将文件(形状)从3d工作室导入到three.js ...类型的json或其他东西?任何类型(* .obj ...)
1 个解决方案
#1
2
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
您可以在https://github.com/mrdoob/three.js/tree/master/utils/exporters/max找到从3D studio max到three.js json格式的导出器。
Their Loaders can be found at https://github.com/mrdoob/three.js/tree/master/src/extras/loaders
他们的装载机可以在https://github.com/mrdoob/three.js/tree/master/src/extras/loaders找到
#1
2
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
您可以在https://github.com/mrdoob/three.js/tree/master/utils/exporters/max找到从3D studio max到three.js json格式的导出器。
Their Loaders can be found at https://github.com/mrdoob/three.js/tree/master/src/extras/loaders
他们的装载机可以在https://github.com/mrdoob/three.js/tree/master/src/extras/loaders找到