Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working 3D animation pipeline #239

Open
gwald opened this issue Sep 14, 2024 · 4 comments
Open

Working 3D animation pipeline #239

gwald opened this issue Sep 14, 2024 · 4 comments

Comments

@gwald
Copy link
Contributor

gwald commented Sep 14, 2024

Hi,
Just wondering what 3D animation tools that work with the Horde3D 's converter.
There's openCollada with Max/Maya:
http://horde3d.org/forums/viewtopic.php?f=11&t=2285

And I found TrueSpace working also:
http://horde3d.org/forums/viewtopic.php?f=11&t=2285&p=10422&hilit=truespace#p10422
The problem with TS is that the import side is very limited, I'm testing these FBX, DAE and GLTF plugins:
https://clintons3d.com/plugins/truespace/importexport/index.html

Untested with Collada support:
Poser
Daz3D
Blender
--akeytsu-- FBX Only
milkshape

There is also skinned animation, aka vert animation/morphing, which is easier and works ,but only useful for a single frame of animation/tween:
#225

Also the .anim format seems like a very simple format, I was thinking BVH animation would translate well to it, and probably a lot easier to get and more correct than Collada XML.
What do you think of the convertor also using .bvh files for animation?

@algts
Copy link
Collaborator

algts commented Sep 15, 2024

Blender seems to be working correctly with version > 2.80 (it seems to be based on OpenCollada).
akeytsu can only export FBX. Don't know about other DCC software but they probably also use FBX.
Can't say anything about BVH animation, didn't work with it. Anyway, as engine only supports .anim files, you would have to convert the input format (collada, bvh, fbx, gltf, etc.) to anim file.
I think that extending converter is the way to go (should probably be called Asset converter when several formats are supported).

@gwald
Copy link
Contributor Author

gwald commented Sep 16, 2024

Good points, your right about akeytus, it imports collada but only exports FBX, the rest I know export collada.
I think I'm going to focus on just using this: FBX 2013.3 Converter for Windows 64-bit
https://aps.autodesk.com/developer/overview/fbx-converter-archives

It had this issue: #240
And seems to have created the model and anim, but I'm getting...

Invalid node handle in h3dSetupModelAnimStage
Invalid node handle in h3dSetModelAnimParams
and
Invalid node handle in h3dUpdateModel

@algts
Copy link
Collaborator

algts commented Sep 16, 2024

It seems that the model you've converted did not load correctly. You should check the h3ddAddNodes function returned node - it is likely incorrect.

@gwald
Copy link
Contributor Author

gwald commented Sep 16, 2024

I was trying to animate a group node :/
#241

FBX 2013.3 Converter seems to be pretty good so far.

I'll leave this open and test a few of the 3D apps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants