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