Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Latest commit

 

History

History
66 lines (52 loc) · 3.4 KB

3ds_to_blender_to_jmp.md

File metadata and controls

66 lines (52 loc) · 3.4 KB
title
Using Blender as a Intermediator Between 3dMax and the jMonkeyEngine SDK

Using Blender as a Intermediator Between 3dMax and the jMonkeyEngine SDK

The jMonkeyEngine SDK supports .blend files and can convert them to jMonkeyEngine's .j3o format. This means you can use Blender to convert, for example, a 3dMax file to .j3o format.

Importing the .3ds file to Blender

I'm using the blender 2.59 at this tutorial, but if you blender 2.49b, no problem ;). After you saved your .3ds file in 3dmax, open the blender, delete the default cube, and import your .3ds file via File—→Import—–>3D Studio.

farm7.static.flickr.com_6088_6137146239_d38ee89f5e_b.jpg

Saving the .blend file

Now save your .blend file so you can load it into the jMonkeyEngine SDK.

farm7.static.flickr.com_6063_6137146285_7e5e994702_b.jpg

Importing the .blend file to the SDK by using the ModelImporter and BlenderSupport plugins

Click on Import Model button and then click on Open Model button to open the .blend file. Click next, select the checkbox to import a copy from .blend file, and click finish.

farm7.static.flickr.com_6081_6137146313_9b2987b231_b.jpg

Edit your model in SceneComposer and "VOILA"

As you can see, the .blend model was automatically converted to .j3o binary format. Now, you are able to edit it in SceneComposer ;D.

farm7.static.flickr.com_6076_6137146323_ae6275602c_b.jpg