-
LOADING 3D MODELS..NEED HELP!
How do I load 3d models (.3DS or .X etc) into an OpenGl Program? What file type should I use?
RASAP
-
Advanced Member
Frequent Contributor
Re: LOADING 3D MODELS..NEED HELP!
Write your own code or search the net for some.
-
Re: LOADING 3D MODELS..NEED HELP!
If you're programming in Visual C++, you might want to try Display3DS as a starting point. It makes decoding and displaying 3DS meshes almost trivial.
-
Advanced Member
Frequent Contributor
Re: LOADING 3D MODELS..NEED HELP!
If you want to use a third party GDK to load your models you can use Spider3D(it's free). It assumes you know how to set up OpenGL. Go here to check it out: http://www.spider3d.com
I released the source code to v1, you can find some 3ds loading routines in the s3d_3ds.cpp file if you want to write your own model loader.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules