]> icculus.org git repositories - divverent/darkplaces.git/commit
experimental: do not auto allocate a skeletonobject when a CSQC model just uses frame...
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 18 Oct 2010 07:29:59 +0000 (07:29 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 18 Oct 2010 07:29:59 +0000 (07:29 +0000)
commit56712b26644459a90ad48b8a796abdf1b0176dee
tree5666c1896ca7f1e2767cacbccec893a00744ec81
parentf3bdca63d113feb80947b7a49c61c9525814306f
experimental: do not auto allocate a skeletonobject when a CSQC model just uses frame based animation (NOTE: this MAY even cause crashes, please test, I just can't find any case where that object is really required); this moves blending of frame based animations back into Mod_Skeletal_AnimateVertices again (if this commit causes worse performance, a different course of action may be reverting it, and making sure a skeletonobject is ALWAYS created, even for SVQC managed legacy entities)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10550 d7cf8633-e32d-0410-b094-e92efae38249
prvm_cmds.c