Selaa lähdekoodia

Merge branch 'master' of https://github.com/BabylonJS/Babylon.js

David Catuhe 6 vuotta sitten
vanhempi
commit
c9843c9f51
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      src/Materials/PBR/pbrBaseMaterial.ts
  2. 1 1
      src/Materials/PBR/pbrMaterial.ts

+ 1 - 1
src/Materials/PBR/pbrBaseMaterial.ts

@@ -250,7 +250,7 @@ export class PBRMaterialDefines extends MaterialDefines
  *
  *
  * This offers the main features of a standard PBR material.
  * This offers the main features of a standard PBR material.
  * For more information, please refer to the documentation :
  * For more information, please refer to the documentation :
- * http://doc.babylonjs.com/extensions/Physically_Based_Rendering
+ * https://doc.babylonjs.com/how_to/physically_based_rendering
  */
  */
 export abstract class PBRBaseMaterial extends PushMaterial {
 export abstract class PBRBaseMaterial extends PushMaterial {
     /**
     /**

+ 1 - 1
src/Materials/PBR/pbrMaterial.ts

@@ -16,7 +16,7 @@ import { _TypeStore } from '../../Misc/typeStore';
  *
  *
  * This offers the main features of a standard PBR material.
  * This offers the main features of a standard PBR material.
  * For more information, please refer to the documentation :
  * For more information, please refer to the documentation :
- * http://doc.babylonjs.com/extensions/Physically_Based_Rendering
+ * https://doc.babylonjs.com/how_to/physically_based_rendering
  */
  */
 export class PBRMaterial extends PBRBaseMaterial {
 export class PBRMaterial extends PBRBaseMaterial {
     /**
     /**