How to convert OBJ to FBX for vertext-level animation?

Anonymous

How to convert OBJ to FBX for vertext-level animation?

Anonymous
Not applicable

We are using a AUTODESK Developer API to write a program that will automatically write FBX file from

OBJ files output.

We were able to do it successfully for mesh-level animation and created a sample output.

We do not have any luck or can find any information with vertext-level animation. Please advice.

Thank you in advance.

0 Likes
Reply
693 Views
1 Reply
Reply (1)

regalir
Autodesk
Autodesk

Hi,

not totally sure what you mean by "vertex level animation" but in the FBX SDK you have several objects that do animate vertices (depending on the desired effect).

 

- FbxSkin   (see ExportScene01)

- FbxShape (see ExportScene02)

- FbxCache (see ExportScene03)

 

Please note that the FBX SDK can read Alembic cache but cannot write it.

 

0 Likes