|
@@ -64,6 +64,7 @@ var BABYLON;
|
|
mesh._resetPointsArrayCache();
|
|
mesh._resetPointsArrayCache();
|
|
mesh._boundingInfo = new BABYLON.BoundingInfo(extend.minimum, extend.maximum);
|
|
mesh._boundingInfo = new BABYLON.BoundingInfo(extend.minimum, extend.maximum);
|
|
mesh._createGlobalSubMesh();
|
|
mesh._createGlobalSubMesh();
|
|
|
|
+ mesh.computeWorldMatrix(true);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
};
|
|
};
|