Bugfix in btOptimizedBvh, update curNodeSubPart correctly.
Thanks to Ole K. for the report and patch: http://www.bulletphysics.com/Bullet/phpBB3/viewtopic.php?f=9&t=2558&p=10251#p10251
This commit is contained in:
@@ -306,6 +306,8 @@ void btOptimizedBvh::updateBvhNodes(btStridingMeshInterface* meshInterface,int f
|
|||||||
if (curNodeSubPart >= 0)
|
if (curNodeSubPart >= 0)
|
||||||
meshInterface->unLockReadOnlyVertexBase(curNodeSubPart);
|
meshInterface->unLockReadOnlyVertexBase(curNodeSubPart);
|
||||||
meshInterface->getLockedReadOnlyVertexIndexBase(&vertexbase,numverts, type,stride,&indexbase,indexstride,numfaces,indicestype,nodeSubPart);
|
meshInterface->getLockedReadOnlyVertexIndexBase(&vertexbase,numverts, type,stride,&indexbase,indexstride,numfaces,indicestype,nodeSubPart);
|
||||||
|
|
||||||
|
curNodeSubPart = nodeSubPart;
|
||||||
btAssert(indicestype==PHY_INTEGER||indicestype==PHY_SHORT);
|
btAssert(indicestype==PHY_INTEGER||indicestype==PHY_SHORT);
|
||||||
}
|
}
|
||||||
//triangles->getLockedReadOnlyVertexIndexBase(vertexBase,numVerts,
|
//triangles->getLockedReadOnlyVertexIndexBase(vertexBase,numVerts,
|
||||||
|
|||||||
Reference in New Issue
Block a user