Quote Originally Posted by noeska
What delphi version are you using?

E.g. including glmodel.pas in your uses should be enough to load .obj meshes

As
[pascal]
initialization
RegisterModelFormat('obj', 'Alias Wavefront Obj Model', TObjModel);

finalization
UnRegisterModelClass(TObjModel);
[/pascal]

is at the end of glmodel.pas Or is that delphi2005 and above only?
I'm using D2007 WIn32...

BTW, should I be using the zip file or the SVN version of the code?

cheers,
Paul