Merge branch 'careminster' into tests

This commit is contained in:
KittoFlora
2009-11-16 01:40:15 +01:00
177 changed files with 5520 additions and 4206 deletions

View File

@@ -347,6 +347,7 @@ namespace OpenSim.Region.Physics.BulletXPlugin
{
indexBase = mesh.getIndexListAsInt();
vertexBase = new Vector3[iVertexCount];
for (int i = 0; i < iVertexCount; i++)
{
OpenMetaverse.Vector3 v = mesh.getVertexList()[i];
@@ -355,6 +356,7 @@ namespace OpenSim.Region.Physics.BulletXPlugin
else
vertexBase[i] = Vector3.Zero;
}
for (int ix = 0; ix < iIndexCount; ix += 3)
{
int ia = indexBase[ix + 0];