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