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;
 
     /**