David Catuhe 11 سال پیش
والد
کامیت
f122fc5513
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      Babylon/babylon.scene.js
  2. 1 1
      babylon.1.5.3.js

+ 1 - 1
Babylon/babylon.scene.js

@@ -580,10 +580,10 @@
         this._animate();
 
         // Meshes
-        this._renderId++;
         var beforeEvaluateActiveMeshesDate = new Date();
         this._evaluateActiveMeshes();
         this._evaluateActiveMeshesDuration = new Date() - beforeEvaluateActiveMeshesDate;
+        this._renderId++;
 
         // Camera
         this.setTransformMatrix(this.activeCamera.getViewMatrix(), this.activeCamera.getProjectionMatrix());

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 1 - 1
babylon.1.5.3.js