sneakerpeet / opencollada

Automatically exported from code.google.com/p/opencollada
0 stars 0 forks source link

dae23ds and dae2ogre exports empty files for a basic cylinder_colladamaya_again.dae file #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

Building dae23ds and dae2ogre exe (in debug mode, svn revision r652, 
Windows 32bit, MSVC 2008)

run dae23ds cylinder_colladamaya_again.dae cylinder_colladamaya_again.3ds
and
dae2ogre cylinder_colladamaya_again.dae cylinder_colladamaya_again.ogre

results in nearly empty files.

Is export of triangle mesh, with animation not supported?
Or does the export break because of missing textures/materials in the 
original file?

Thanks,
Erwin

Original issue reported on code.google.com by erwin.coumans on 7 Nov 2009 at 2:39

Attachments:

GoogleCodeExporter commented 8 years ago
Hi Erwin,

the reason the mesh does not get imported is, that is instantiated via a 
controller
and both converters currently do not support controllers.

However, even when the geometry is instantiated directly using 
<instance_geometry>,
the .3ds file seems to be buggy. I will have a look at it.

Robert

Original comment by opencollada2@googlemail.com on 9 Nov 2009 at 1:17

GoogleCodeExporter commented 8 years ago

converting skinned skeleton animation would be very important feature: for 
simple 
textured meshes, people generally simply use .obj files, rather than COLLADA 
.dae :-)

Do you have any estimate how much work is needed to support skinned skeleton 
animation/controllers, and fix this issue (in terms of days/weeks/months)?

Thanks a lot,
Erwin

Original comment by erwin.coumans on 9 Nov 2009 at 2:41

GoogleCodeExporter commented 8 years ago
Yes, that is true. But please note that the dae2orge converter was originally 
written
as an example program for the usage of OpenCOLLADA. It is by far not feature 
complete.

We have not yet an estimate how much work it is needed to support this in 3ds. 
This
would require a further analysis of the 3ds file format.

Original comment by opencollada2@googlemail.com on 9 Nov 2009 at 3:38

GoogleCodeExporter commented 8 years ago

To be honest, I would rather have a binding/conversion from OpenCollada to John 
Ratcliff's MeshImport library:

MeshImport library: http://code.google.com/p/meshimport
Example how to use MeshImport: http://code.google.com/p/meshimporttest/
Docs: http://docs.google.com/View?id=d5v2g3t_18csmgsxc7
BLOG with further info: http://www.codesuppository.blogspot.com

Any way to get a skinned animated skeleton from Maya into a game engine, 
through 
OpenCollada would be great, and it seems John Ratcliff's MeshImport is a good 
starting point for that (and MeshImport also uses the MIT license, so you are 
free to 
copy the source code into your the OpenCollada project)

Original comment by erwin.coumans on 9 Nov 2009 at 4:01