3D MAX MODELS IN OPENGL?

Started by
7 comments, last by Raze21 24 years ago
Hi there. I am new to ogl coding (experienced in C++ though), and have also recently begun creating models in 3D Studio Max. Question: Is there any way to import .3ds files into ogl for use in a program? If not is there some data format that ogl can read to accomplish this? I ask because I have a hella cool game that I am making, and I am modelling the entities in 3D Max. Thnx, Rj0r
Advertisement
You can write your own export plugin for 3DS Max using MaxSDK and VC. As Valve for Half-Life and Quake:-).
(This is of general advice)

If you want to load or edit some kind of file (like 3D Studio Max'' ones), I suggest you to take a look to www.wotsit.org for many specific file format descriptions. Of course, that implies that you have the time to actually write your own loader...

Eric Laberge
----------------------------------------"Inash neteia haeg joa kavari quilm..." SD4
Nehe posted something about this guy at glVelocity a while back, he created a 3d model loader and it comes with the source code. The link to glVelocity is on NeHe''s main page on the left, down a bit.

Jason A.

---
I write code.
---I write code.DelphiGL (http://delphigl.cfxweb.net)
well, there is a way to import *.3ds files

goto http://www.stmuc.com/thbaier and download the 3dto3d converter. It's a program which is able to convert 3ds files into opengl .c files!



Charlie McSow /Paradigm Game Design
www.rarebyte.de.st

Edited by - Charlie McSow on 4/6/00 10:47:24 AM
CharlieGame DesignerRarebytehttp://www.rarebyte.com
actually, yeah, loaders are actually available, but my question would be, are there any that also import TEXTURE MAPPING data into opengl? (direct 3d can do this, and i''d hate to texture map in opengl.

a2k
------------------General Equation, this is Private Function reporting for duty, sir!a2k
3D exploration is a really good program that can export 3ds (and many other 3d models) to usable opengl code, it''s very easy to use too.
Try it out:
http://www.xdsoft.com/explorer/

Quo
hey thanks for the tip on the explorer program. so easy to export mdl format, exactly what i was looking for when i came here yesterday.
yeah, thanks for the tip for xdsoft.com EXACTLY what i was looking for. i''d pay the 40 bucks for it, too. it''s worth it.

a2k
------------------General Equation, this is Private Function reporting for duty, sir!a2k

This topic is closed to new replies.

Advertisement