[quake3-bugzilla] [Bug 4967] Support Model Format Fallback

bugzilla-daemon at icculus.org bugzilla-daemon at icculus.org
Sat Apr 30 01:43:05 EDT 2011


https://bugzilla.icculus.org/show_bug.cgi?id=4967

--- Comment #1 from Zack "ZTurtleMan" Middleton <ZTurtleMan at gmail.com> 2011-04-30 01:43:04 EDT ---
Created attachment 2675
  --> https://bugzilla.icculus.org/attachment.cgi?id=2675
Attempt to load model using it's ext, than try all supported formats.

Changed model loading so it is like R_LoadImage. Attempts to load model based
on the filename extension first, then attempts to load all other supported
model formats.

Tries to load MDR, if RAVENMD4 is defined, and MD4 models if MD3 model is not
found. Most models cannot be replace using MDR/MD4 models as most model
filenames ends ".md3", which causes a MD3 model to be loaded first. If there is
no MD3, it falls back to MDR and MD4.

-- 
Configure bugmail: https://bugzilla.icculus.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the quake3-bugzilla mailing list