GImpactCollisionShape : fix for #188, added a call to updateBound() in native jni binding, just after creating the shape, (native createShape() method)
This commit is contained in:
parent
abbdefdcef
commit
06d6f08616
@ -51,6 +51,7 @@ extern "C" {
|
|||||||
jmeClasses::initJavaClasses(env);
|
jmeClasses::initJavaClasses(env);
|
||||||
btTriangleIndexVertexArray* array = reinterpret_cast<btTriangleIndexVertexArray*>(meshId);
|
btTriangleIndexVertexArray* array = reinterpret_cast<btTriangleIndexVertexArray*>(meshId);
|
||||||
btGImpactMeshShape* shape = new btGImpactMeshShape(array);
|
btGImpactMeshShape* shape = new btGImpactMeshShape(array);
|
||||||
|
shape->updateBound();
|
||||||
return reinterpret_cast<jlong>(shape);
|
return reinterpret_cast<jlong>(shape);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user