Popov72 4 年之前
父节点
当前提交
cfd89f7d07
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
 
     /**