]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
allow iqm models without geometry
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 14 Oct 2011 06:18:08 +0000 (06:18 +0000)
committerRudolf Polzer <divverent@xonotic.org>
Sun, 16 Oct 2011 18:57:34 +0000 (20:57 +0200)
commit421d3e37784798525bd1de42a07f4939dbc2225d
treebc4a8b447bac013d47ae4189df44f54362c0b77d
parent030797c39b9af28988ce5f35e59221290fa94ad8
allow iqm models without geometry
allow iqm models without animation
compute model->surfmesh.isanimated and model->AnimateVertices in a
better way to make sure static models are identified as such (if bones
is 0 or 1, and no animation frames, treat as static)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11404 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=90e7a69e22ff2bb2dd087ca5d9c0fa8132db4794
model_alias.c