What mesh file format should I be using?

Started by
2 comments, last by JohnnyCode 10 years, 2 months ago

Hi,

Just wondering what the best file format for objects with bones would be to go for.

I need something that is going to be Direct 11 and OpenGL 4 compliant as I would really prefer to be coding in OpenGL when I get more understanding of directx programming code.

Thanks for reading.

If you get near a point, make it!
Advertisement

You will be using your own format, extracted from an FBX or DAE file via your own custom converter using the respective SDK if available (the Autodesk® FBX® SDK for FBX files, etc.)
A model file format is virtually independent of the underlying graphics API; it doesn’t matter if you are using Direct3D 11 or OpenGL.


L. Spiro

I restore Nintendo 64 video-game OST’s into HD! https://www.youtube.com/channel/UCCtX_wedtZ5BoyQBXEhnVZw/playlists?view=1&sort=lad&flow=grid

Nice one, thanks. I had seen the FBX format, I just wanted to make sure that it wasn't another Microsoft initiative like XNA that would be depreciated in 6 months time.

If you get near a point, make it!

well. If you need to have a format over storing and exchanging and edit your animation data in production, the best would be the very program scene file you use (.3ds in max and so on). From there on, you should parse/script this asset to your very own interpretation. The best route from my experience.

FBX are common formats for this exchange, but I am personaly using very .3ds max scene assets

This topic is closed to new replies.

Advertisement