Popov72 5 年之前
父節點
當前提交
80ed3632b0
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/Meshes/subMesh.shadowDepth.ts

+ 2 - 0
src/Meshes/subMesh.shadowDepth.ts

@@ -6,8 +6,10 @@ declare type MaterialDefines = import("../Materials/materialDefines").MaterialDe
 
 declare module "../Meshes/subMesh" {
     export interface SubMesh {
+        /** Switch the current effect to be the regular effect for this sub mesh */
         switchToRegularEffect: () => void;
 
+        /** Switch the current effect to be the shadow depth effect for this sub mesh */
         switchToShadowDepthEffect: () => void;
 
         /** @hidden */