12-01-2007, 12:31 PM,
|
|
Kricor
Junior Member
![*](images/star.png) ![*](images/star.png)
|
Posts: 34
Threads: 2
Joined: Oct 2007
|
|
Not to sound stupid, but what is bullet? just wondering.
P.S.: this must make me look stupid, no?
|
|
12-03-2007, 04:15 AM,
|
|
kcid
Member
![*](images/star.png) ![*](images/star.png) ![*](images/star.png)
|
Posts: 136
Threads: 8
Joined: Jan 2006
|
|
Bullet is used on windows allot, so I don't see any problems there.
|
|
12-04-2007, 03:52 AM,
|
|
Kricor
Junior Member
![*](images/star.png) ![*](images/star.png)
|
Posts: 34
Threads: 2
Joined: Oct 2007
|
|
Oh that is sooooo cooooool!!! Thanks for that link!
|
|
12-07-2007, 01:20 AM,
|
|
fudje
Member
![*](images/star.png) ![*](images/star.png) ![*](images/star.png)
|
Posts: 87
Threads: 6
Joined: Dec 2007
|
|
Bullet is distributed with blender for the built-in game engine and builds on most platforms blender does, also â which should mean at least that if you can't get bullet to compile on a particular platform, you have something to refer to.
So, when do we see this in svn?
|
|
12-08-2007, 08:07 PM,
|
|
joevenzon
Administrator
![*](images/star.png) ![*](images/star.png) ![*](images/star.png) ![*](images/star.png) ![*](images/star.png) ![*](images/star.png) ![*](images/star.png)
|
Posts: 2,679
Threads: 52
Joined: Jun 2005
|
|
I just got bullet working well in the branch today and merged it into the trunk a moment ago (R1884). I included the entire 2.64 bullet distribution in the vdrift trunk SVN... not sure if this is the best way to go, but at least it ensures everyone has the same version of the source. I modified the scons files to use bullet, but I'm guessing I didn't do it in an elegant way. From what I can tell so far, if you're on linux, to get bullet compiled into a state that vdrift can use it, you need to:
Code: cd bullet-2.64
./configure
jam bulletcollision bulletmath
That should put the bullet libraries into a spot in the bullet-2.64 tree that the VDrift scons files are expecting them. Then just compile vdrift normally.
|
|
12-10-2007, 07:39 PM,
|
|
alex25
Senior Member
![*](images/star.png) ![*](images/star.png) ![*](images/star.png) ![*](images/star.png)
|
Posts: 531
Threads: 42
Joined: Jun 2006
|
|
joevenzon Wrote:I just got bullet working well in the branch today and merged it into the trunk a moment ago (R1884) it doesn't work for me (this is on a debian i386 system):
Code: warning btCollisionDispatcher::needsCollision: static-static collision!
warning btCollisionDispatcher::needsCollision: static-static collision!
warning btCollisionDispatcher::needsCollision: static-static collision!
warning btCollisionDispatcher::needsCollision: static-static collision!
warning btCollisionDispatcher::needsCollision: static-static collision!
warning btCollisionDispatcher::needsCollision: static-static collision!
EXCEPTION: src/vamos/world/World.cc, line 413: Unusual elevation collision normal behavior
this is the t73 at montreal (but i tried other circuits/cars and i get the same behaviour.
--alex--
|
|
12-10-2007, 10:04 PM,
|
|
alex25
Senior Member
![*](images/star.png) ![*](images/star.png) ![*](images/star.png) ![*](images/star.png)
|
Posts: 531
Threads: 42
Joined: Jun 2006
|
|
joevenzon Wrote:You might want to make sure that scons is linking against the included 2.64 version of bullet. The 2.64 release shouldn't give you all of those debug messages. Newer (SVN) or older versions might, though, and maybe that's also causing the exception.
i got only the exception with the included bullet and then i switched to the svn version with the same results.
--alex--
|
|
12-11-2007, 09:07 PM,
|
|
Kricor
Junior Member
![*](images/star.png) ![*](images/star.png)
|
Posts: 34
Threads: 2
Joined: Oct 2007
|
|
how do i get bullet running on my game? What will it do? Will it make collisions?
|
|
12-12-2007, 09:22 AM,
|
|
abs1nth
Senior Member
![*](images/star.png) ![*](images/star.png) ![*](images/star.png) ![*](images/star.png)
|
Posts: 358
Threads: 5
Joined: Sep 2005
|
|
i've set up the xcode project to use bullet, either by directly including the source, or by including the libraries built by "./configure; jam bulletcollision bulletmath", but each time i start a game i get this:
Code: EXCEPTION: /Users/julian/Documents/Development/_MACPORTS/vdrift/tools/osx/../../src/vamos/world/World.cc, line 413: Unusual elevation collision normal behavior
|
|
|