将OSG格式转换为3ds或.obj? [英] converting osg format to 3ds or .obj?

查看:209
本文介绍了将OSG格式转换为3ds或.obj?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有OSG和IVE格式的汽车3D模型,是否可以将其转换为.obj或3ds格式?我使用的工具只能加载.3ds和.obj格式。

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和ive是适用于低于3.0(3.0+仍然可以读取/写入osg和ive,但是它们已经被osgt和osgb淘汰了)-请参见 http:/ /www.openscenegraph.com

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

获取OpenSceneGraph二进制文件:
http://openscenegraph.alphapixel.com/osg/downloads/free-openscenegraph-binary-downloads

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

并使用osgconv转换为obj,例如
osgconv MODEL.osg MODEL.obj

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

这篇关于将OSG格式转换为3ds或.obj?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆