-
Member
Regular Contributor
quake3 models
Hi..
any of you guys know where i can get a quake 3 model viewer witho source, except the one from mentalvortex?
md3view from mental vortex crashes on my computer....
(
thanks
Bruno
-
Re: quake3 models
You can still use its source code as a starting point. The only part from it you absolutely need is the md3 file structs. Having that, it is relatively easy to make your own viewer.
-
Junior Member
Regular Contributor
Re: quake3 models
Gimme the url,please! 
[This message has been edited by XBCT (edited 07-06-2000).]
-
-
Senior Member
OpenGL Guru
Re: quake3 models
the reason it crashes is they're not using the information from the header right, its assuming that all the model data is in the same order all the time but it ain't. to get around the problem. just read in the header how much data u have to skip and do a fseek
-
Member
Regular Contributor
Re: quake3 models
You mean i have to read the header again??
The structute isn't saved always the same , do you mean the fist is not always the id, and next is not always the version, name, etc etc???
thanks
-
Re: quake3 models
The structure of the header is always the same. Just that different parts of the file may be in different order. The header contains the offsets to each different part of the file.
-
Re: quake3 models
Hello, SO which one of you guys can do my custom made quake3 skin ?
-
Junior Member
Regular Contributor
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