]> git.xonotic.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)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 14 Oct 2011 06:18:08 +0000 (06:18 +0000)
commit90e7a69e22ff2bb2dd087ca5d9c0fa8132db4794
treec4baca400f24934087b3209ec1305fc4ed8a6208
parent07ac14430fcaa099872e35adb73dbc0f97278154
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
model_alias.c