Explorar o código

added PG for billboard testing

David Catuhe %!s(int64=8) %!d(string=hai) anos
pai
achega
a2aeac1982
Modificáronse 3 ficheiros con 8815 adicións e 8815 borrados
  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

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 4407 - 4407
dist/preview release/babylon.d.ts


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 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