문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top