]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
ODE: rewrite scale support to scale collision mesh. Now mass center and object bounds...
authorvortex <vortex@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 18 Feb 2012 19:30:20 +0000 (19:30 +0000)
committerRudolf Polzer <divverent@alientrap.org>
Mon, 20 Feb 2012 14:59:42 +0000 (15:59 +0100)
commit7d5b0f527bd774c39c43ead2563599062cb225ce
tree4f1a2ff6aad446386cde6dfc30f0920cb6511735
parent27eba49d7549947cd340e53d69f4d817af069464
ODE: rewrite scale support to scale collision mesh. Now mass center and object bounds is derived from real collision mesh box, not model/entity box. Added experimental code for Convex Hull geometry (off by default). Also autodisabling was fixed to exclude collisions between disabled objects which gives a huge speedup on dCollide* phase. Increased defaults for damping and autodisable.
Matrixlib: removed  Matrix4x4_OriginScale3 which was added for ODE offsetmatrix scale, since it's not used by it anymore, its removed.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11699 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=9d6f4496fec74ad0fe7c794666138b6495dc9405
matrixlib.c
matrixlib.h
model_shared.c
progs.h
prvm_offsets.h
world.c