BulletSim: Remove use of shapeData in ShapeCollection and rely on the available BSPhysObject varaiables. Fix line endings in BSLinksetCompound.

This commit is contained in:
Robert Adams
2012-11-01 10:23:37 -07:00
parent 364a7c3088
commit 39c02dcc8c
7 changed files with 256 additions and 266 deletions

View File

@@ -194,6 +194,7 @@ public struct ShapeData
// following defined by BulletSim
SHAPE_GROUNDPLANE = 20,
SHAPE_TERRAIN = 21,
SHAPE_COMPOUND = 22,
};
public uint ID;
public PhysicsShapeType Type;