Load DFF Model Files

Hey all,
I have been learning opengl for a little while now and I am finally
getting into loading models. I have found plenty of really good code
examples for loading 3DS files, but I would really like an example of
a loader for DFF files, does anyone have a sample of this or know
where I can get some examples. Thanks for your help.

Ciaran.

Hi,

I haven’t seen any DFF examples, but the file format does not look TOO insane. It might make a good exploratory project.

DFFs (Renderware) files are binary files, separated into various sections. For just loading a static mesh, some of those can be avoided.

[ Best Reference for DFF I could find

Good Luck
-Rawk