Delphi model loaders

Started by
6 comments, last by Jallen 23 years, 8 months ago
I don''t know if anyone else here uses Delphi for their OpenGL programming and wants to have a 3D model loader unit but I do and found out that there were none so I converted a C one into DLL then wrote a Delphi header file for it. If anyone here needs one I would be happy to send it to them or put it on a webpage, all source code included (Visual C project,Delphi header, example code, etc...). Jason A. --- I write code.
---I write code.DelphiGL (http://delphigl.cfxweb.net)
Advertisement
Hello, I use Delphi (not with OpenGL, but still) and would like to take a look at the code. Thank you!


..-=gLaDiAtOr=-..
Yeah, I''d really like to take a look at the code too! I''m using Delphi for my engine and would like to add better model support.. Not sure where to start however.. =) Have you got it posted on a webpage somewhere? Failing this, could you send it to me at oi_pikitup@yahoo.com? Thanks!

- Phrantik
..:: Phrantik ::..
Hey....

if its possible send it to me...
guivieira@brfree.com.br

Really thanx

cya
there''s an object loading library that''s ported to Delphi on glVelocity''s site.

JoeMont001@aol.com www.polarisoft.n3.net
My HomepageSome shoot to kill, others shoot to mame. I say clear the chamber and let the lord decide. - Reno 911
there''s an object loading library that''s ported to Delphi on glVelocity''s site.

JoeMont001@aol.com www.polarisoft.n3.net
Sorry people about the delay, I''m without internet at the moment (using friends comp), and haven''t had a chance to put the code on a website. Should be up in a week or so.

About the code on glVelocities site, I ported that particular model loader but this other one was written by an Nvidia intern and has a LOT of cool features such as automatic model smoothing and the model just looks a lot better when displayed in OpenGL.

Jason A.

---
I write code.
---I write code.DelphiGL (http://delphigl.cfxweb.net)
Go here to get the model loader:

http://www.geocities.com/jra101/glm.rar.zip

I had to add the .zip extension because geoshities doesn't allow you to upload RAR files. Just rename the file to glm.rar and extract using WinRAR. Instructions are in a readme in the RAR file.

Any questions ICQ me at 19826983 or email me at jra101@home.com

Jason A.

---
I write code.

Edit: You may have to go to the main page:

http://www.geocities.com/jra101/

first then change the url to read
http://www.geocities.com/jra101/glm.rar.zip



Edited by - Jallen on July 24, 2000 11:33:19 PM
---I write code.DelphiGL (http://delphigl.cfxweb.net)

This topic is closed to new replies.

Advertisement