瀏覽代碼

typedoc fix

Benjamin Guignabert 5 年之前
父節點
當前提交
64e9f307d1
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/Materials/PBR/pbrSubSurfaceConfiguration.ts

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

@@ -262,6 +262,7 @@ export class PBRSubSurfaceConfiguration {
      * Instantiate a new istance of sub surface configuration.
      * @param markAllSubMeshesAsTexturesDirty Callback to flag the material to dirty
      * @param markScenePrePassDirty Callback to flag the scene as prepass dirty
+     * @param scene The scene
      */
     constructor(markAllSubMeshesAsTexturesDirty: () => void, markScenePrePassDirty: () => void, scene: Scene) {
         this._internalMarkAllSubMeshesAsTexturesDirty = markAllSubMeshesAsTexturesDirty;