Converting dae to j3o

Hello,

i am trying to make dae to j3o converter.
but i am in trouble with importing dae file.

first of all, we have a regacy modeling tool which exports result to several dae files.
so to use the dae file, we should convert dae files to j3o using SDK. but it has some issue to me.

i think it’s possible to make converter because SDK support converting dae file to j3o.
i got hint - BlenderModelLoader can load dae file, - from following forum article.

http://hub.jmonkeyengine.org/forum/topic/blendermodelloader-error-converting-some-sketchup-exported-dae-models-to-j3o/

but i cannot find any way to load dae file using BlenderModelLoader.

in worst case, i should make a dae parser to loade dae file ,and should export j3o using BinaryExporter.

can anybody give me some hint to convert dae file to j3o?

sorry for poor english and thanks for reading!.

HELLO!

Have you first tried:

Within JME itself, Tools->Plugins->Available Plugins->Collada Support?

Other than that, I do not use .dae, but it would be helpful to know what’s stopping the conversion.

Also, some of these support topics are old, things might have changed since then as well.

1 Like

ARe you sure that it is not meant to import the dae into blender and then load the resulting .blend file?

1 Like

Hello~

@Empire Phoenix,
i knew that SDK converts .dae file to .blend using python and blender and import .blend using BlenderModelLoader.
thanks for advise.

@cardboardman,
i installed the plugin into my sdk, but i don’t know how to use. :frowning:

anyway, i found jme3dae.jar. :slight_smile:
i will try to use this library first.

thanks a lot!