Bullet GJK for ODE preview

User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Bullet GJK for ODE preview

Post by Erwin Coumans »

First preview of Bullet GJK Convex Collision Detection integrated with Open Dynamics Engine (ODE). Press l for a bullet gjk cylinder, f for a bullet gjk box, b, s and c for ode colliders. Other convex primitives like cone, convex mesh are a matter of adding graphics drawstuff for ODE. Disclaimer: it doesn't work perfect ;)

http://207.234.235.180/ftp/pub/test/ind ... jk_ode.zip

Files are checked into CVS at http://sourceforge.net/projects/bullet

The modified ODE source code and Bullet source code can be downloaded here, including visual studio 6 and 8 projectfiles:
http://207.234.235.180/ftp/pub/test/ind ... ration.zip
Open \Bullet\Extras\ode-0.5\VC6\Samples\MakeAllTests.dsw (or .sln for VC8)

Erwin
Last edited by Erwin Coumans on Mon Oct 24, 2005 11:03 pm, edited 1 time in total.
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Updated files

Post by Erwin Coumans »

NOTICE: The initial demo binary had some problem, it lacked a manifest file called 'Microsoft.VC80.CRT.manifest'...
So it didn't execute on most computers. See explanation below.
This is fixed in the latest upload.

"This application has
failed to start because the application configuration is incorrect.
Reinstalling the application may fix this problem. (0x36b1))"

Does anybody understand this problem? If so, how I go about fixing it?

Chris

From cjm at cjmweb.fsnet.co.uk Sun Aug 28 15:51:48 2005
From: cjm at cjmweb.fsnet.co.uk (Christopher Malton)
Date: Sun Aug 28 06:51:40 2005
Subject: [boinc_dev] Strange -185 errors from clients.
In-Reply-To: <7b5302d0508280648772dc0b1@mail.gmail.com>
References: <4311B791.4030906@cjmweb.fsnet.co.uk>
<7b5302d0508280648772dc0b1@mail.gmail.com>
Message-ID: <4311C174.3010900@cjmweb.fsnet.co.uk>

You know, I was thinking the very same thing just now!

Found the redist setup. I need to copy them across and then need to
update versions etc, but all in all, should be good. I attached a Win98
machine. It actually said that it was missing the file/files!

Chris

Rytis Slatkevi?ius wrote:

>You are missing the redistributable files.
>
>Microsoft.VC80.CRT.manifest
>msvcm80.dll
>msvcp80.dll
>msvcr80.dll
>
>These files should be all you need.