BulletSim: Rename some of the interface structures (BulletWorld, ...)

to get ready for...
Start creation of BulletAPITemplate. This defines the abstract interface
functions. Following commits will move over to the new interface.
This will enable switching between the managed and unmanaged version of
Bullet.
This commit is contained in:
Robert Adams
2012-12-24 20:18:06 -08:00
parent 4759a8acee
commit bbc5a5089f
9 changed files with 412 additions and 13 deletions

View File

@@ -36,7 +36,7 @@ public abstract class BSConstraint : IDisposable
{
private static string LogHeader = "[BULLETSIM CONSTRAINT]";
protected BulletSim m_world;
protected BulletWorld m_world;
protected BulletBody m_body1;
protected BulletBody m_body2;
protected BulletConstraint m_constraint;