converting osg format to 3ds or .obj?

对着背影说爱祢 提交于 2019-12-08 03:15:21

问题


I have a 3D model of a car in both osg and ive format , is it possible to convert it to .obj or 3ds format ? I'm using a tool that could only load .3ds and .obj format. the tool is processing.js.


回答1:


osg and ive are the native ASCII and binary formats for OpenSceneGraph versions below 3.0 (3.0+ can still read/write osg and ive fine, but they're being phased out in favor of osgt and osgb) - see http://www.openscenegraph.com

Grab the OpenSceneGraph binaries: http://openscenegraph.alphapixel.com/osg/downloads/free-openscenegraph-binary-downloads

And use osgconv to convert to obj, eg osgconv MODEL.osg MODEL.obj



来源:https://stackoverflow.com/questions/11990094/converting-osg-format-to-3ds-or-obj

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!