Popov72 4 năm trước cách đây
mục cha
commit
cfd89f7d07
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Lights/Shadows/shadowGenerator.ts

+ 1 - 1
src/Lights/Shadows/shadowGenerator.ts

@@ -226,7 +226,7 @@ export class ShadowGenerator implements IShadowGenerator {
     /** Gets or sets the custom shader name to use */
     public customShaderOptions: ICustomShaderOptions;
 
-    /** Gets or sets a custom function to allow/disable rendering a sub mesh in the shadow map */
+    /** Gets or sets a custom function to allow/disallow rendering a sub mesh in the shadow map */
     public customAllowRendering: (subMesh: SubMesh) => boolean;
 
     /**