-
aclong committed revision 264 to the PAL - Physics Abstraction Layer SVN repository, changing 1 files.
2009-12-31 17:01:04 UTC by aclong
-
aclong committed revision 263 to the PAL - Physics Abstraction Layer SVN repository, changing 2 files.
2009-12-31 16:59:29 UTC by aclong
-
legregius committed revision 262 to the PAL - Physics Abstraction Layer SVN repository, changing 1 files.
2009-12-23 21:31:22 UTC by legregius
-
legregius committed revision 261 to the PAL - Physics Abstraction Layer SVN repository, changing 9 files.
2009-12-23 21:27:14 UTC by legregius
-
legregius committed revision 260 to the PAL - Physics Abstraction Layer SVN repository, changing 1 files.
2009-12-23 19:17:41 UTC by legregius
-
legregius committed revision 259 to the PAL - Physics Abstraction Layer SVN repository, changing 2 files.
2009-12-22 20:12:31 UTC by legregius
-
legregius committed revision 258 to the PAL - Physics Abstraction Layer SVN repository, changing 1 files.
2009-12-21 19:28:56 UTC by legregius
-
legregius committed revision 257 to the PAL - Physics Abstraction Layer SVN repository, changing 1 files.
2009-12-21 18:34:50 UTC by legregius
-
legregius committed revision 256 to the PAL - Physics Abstraction Layer SVN repository, changing 1 files.
2009-12-21 17:32:37 UTC by legregius
-
Got it to work (with dynamically linking, haven't bothered with the static option).
In case anyone has the same problem - you have to initialize the Bullet engine like that:
PF->SelectEngine("Bullet");
and NOT PF->SelectEngine("BULLET"); (which is the default) because that causes it to get rejected by the factory (the group name has to be "Bullet" and is case sensitive)
2009-12-21 00:44:46 UTC by somebody2