From 3407c4c3e583cb1ab756d6d5b54810ef1f90c984 Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Wed, 26 Jul 2006 20:12:44 +0000 Subject: [PATCH] updated changes, upgraded COLLADA-DOM version 1.4.1, and .dae snapshot export support --- changes.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changes.txt b/changes.txt index 116cd9dbd..2cfe6aec8 100644 --- a/changes.txt +++ b/changes.txt @@ -1,6 +1,10 @@ Bullet Continuous Collision Detection and Physics Library Erwin Coumans +2006 July 26 Erwin Coumans + Upgraded to COLLADA-DOM 1.4.1, latest SVN version + ColladaDemo can export snapshots to .dae + 2006 July 24 Erwin Coumans Added Compound CollisionShape support (this is still low performance -> requires stackless tree-versus-tree traversal for better performance)