Parcourir la source

PBRMaterial - Custom Shader Name

MackeyK24 il y a 6 ans
Parent
commit
8058c7fecf
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/Materials/PBR/pbrBaseMaterial.ts

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

@@ -776,6 +776,7 @@ export abstract class PBRBaseMaterial extends PushMaterial {
 
 
     /**
     /**
      * Gets the name of the material shader.
      * Gets the name of the material shader.
+     * @returns - string that specifies the shader program of the material.
      */
      */
     public getShaderName(): string {
     public getShaderName(): string {
         return "pbr";
         return "pbr";