Jump to content
Sign in to follow this  
warden308

Converting .dae to .3ds ???

Recommended Posts

Hey. I'm trying to get some .dae models into .3ds and I've come to a stop. I have no idea how to do it :P

If anyone could give me a guide as to how convert them I would be massively grateful!

Share this post


Link to post
Share on other sites
Hey. I'm trying to get some .dae models into .3ds and I've come to a stop. I have no idea how to do it :P

If anyone could give me a guide as to how convert them I would be massively grateful!

http://lmgtfy.com/?q=.dae+file

http://lmgtfy.com/?q=.dae+to+3ds

then https://collada.org/mediawiki/index.php/COLLADA_-_Digital_Asset_and_FX_Exchange_Schema

took me under 1 min

Share this post


Link to post
Share on other sites

i my self am trying to open the .skp models from Google SketchUp! but with even searching as shown above, i find nothing to help me..i found a few programs but you have to buy them or some other junk thats not getting me anywhere! i need a simple answer on just how to get them into o2!

Share this post


Link to post
Share on other sites
i my self am trying to open the .skp models from Google SketchUp! but with even searching as shown above, i find nothing to help me..i found a few programs but you have to buy them or some other junk thats not getting me anywhere! i need a simple answer on just how to get them into o2!

If you have a subscription to 3DS Max it can do it.

http://3dsmaxrendering.blogspot.com/2009/08/3ds-max-2010-can-now-import-sketchup.html

If not then...

If you have tried to create models for your 3D games, you probably know that many modeling programs out there (like autodesk) are quite expensive, and have so many features that using them feels like drinking out of a fire hose. One of the simplest modeling programs to use (in my opinion) is Google Sketchup (http://sketchup.google.com/). It doesn't have a lot of the features of some of the other modeling programs available, but it is more than sufficient for most models you will want to create. There is even a "3D Warehouse" full of Sketchup models available for download(http://sketchup.google.com/3dwarehouse).

Only problem is, the free version does not export your model into a common format (like 3ds). So I figured out a way to do the conversion.

The first important piece of information I found, is that KMZ file format is actually just a ZIP file. If you export your sketchup model to "Google Earth 4 (*.kmz)", you can change the name of your file from filename.kmz to filename.zip and look inside. You will find a model file in there, of the Collada "Digital Asset Exchange" format. It has the extension ".dae".

Once you have your .dae file, you will, of course need a converter to change it to a .3ds file. I found a converter that will do this for you. It is called the FBX converter tool, on the autodesk website.

You can download the windows version of the FBX converter from:

http://images.autodesk.com/adsk/fil...nverter_win.exe

The program will install to the following location (unless you specify otherwise):

Program Files\Autodesk\FBX\FBXConverter\2006.11.2\FbxConverterUI.exe

I also saw a mac and and a linux version of the converter (I forgot to grab the links while I was there - you'll have to search the autodesk site if you aren't running windows).

Now the FBX converter will convert your .dae file into a .fbx file. From there, the FBX converter will let you convert the .fbx file into a .3ds file.

This converter also supports a few other formats, so it could be pretty handy to have around.

Here is the process for converting from .skp to .3ds:

1) Download or create a .skp model in Sketchup

2) In Sketchup, export your model to "Google Earth 4 (*.kmz)

(note: be sure to choose version 4, because the other one is different)

3) Change the extention of the kmz file to .zip

4) Pull out the .dae file

5) In FBX Converter, convert the .dae file to .fbx

6) In FBX Converter, convert the .fbx file to .3ds

The only other issue I had (probably specific to the model I was using), is a couple of the materials were not compatible with jPCT (transparency issue). I used a free program called LithUnwrap (http://www.sharecg.com/v/5169/softw...per-for-Windows) to edit the materials in the .3ds model I was using. Lithunwrap works great for this, but it does have a maximum number or polys it will load, so there are probably better programs out there for editing materials. You may not have to worry about that though, if you don't use transparency in your models. I made an applet that loads the skp model I converted:

http://www.paulscode.com/source/LegoCar/

(Use the mouse to rotate the object)

You can get the source code at:

http://www.paulscode.com/source/LegoCar/LegoCar.java

http://www.paulscode.com/source/LegoCar/LegoCar.3ds

(In this demo applet, the 3ds file needs to be compiled into the jar)

And to show that I actually converted that model, here is the original Sketchup file:

http://www.paulscode.com/source/LegoCar/LegoCar.skp

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×