瀏覽代碼

added PG for billboard testing

David Catuhe 8 年之前
父節點
當前提交
a2aeac1982
共有 3 個文件被更改,包括 8815 次插入8815 次删除
  1. 4407 4407
      dist/preview release/babylon.d.ts
  2. 4407 4407
      dist/preview release/babylon.module.d.ts
  3. 1 1
      src/Mesh/babylon.abstractMesh.ts

文件差異過大導致無法顯示
+ 4407 - 4407
dist/preview release/babylon.d.ts


文件差異過大導致無法顯示
+ 4407 - 4407
dist/preview release/babylon.module.d.ts


+ 1 - 1
src/Mesh/babylon.abstractMesh.ts

@@ -874,7 +874,7 @@
                 this.parent.getWorldMatrix().multiplyToRef(this._meshToBoneReferal.getWorldMatrix(), completeMeshReferalMatrix);
             }
 
-            // Billboarding
+            // Billboarding (testing PG:http://www.babylonjs-playground.com/#UJEIL#13)
             if (this.billboardMode !== AbstractMesh.BILLBOARDMODE_NONE && this.getScene().activeCamera) {
                 if ((this.billboardMode & AbstractMesh.BILLBOARDMODE_ALL) !== AbstractMesh.BILLBOARDMODE_ALL) {
                     // Need to decompose each rotation here