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