Skip to content

Commit 4cfc0ef

Browse files
committed
Fixed doc tags.
1 parent 0b715ac commit 4cfc0ef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/core/EffectComposer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ import { CopyMaterial } from "../materials";
2121
* automatically clear the screen and render the scene to a texture for further
2222
* processing.
2323
*
24-
* @implements Resizable
25-
* @implements Disposable
24+
* @implements {Resizable}
25+
* @implements {Disposable}
2626
*/
2727

2828
export class EffectComposer {

src/passes/Pass.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import { Scene, Mesh, OrthographicCamera, PlaneBufferGeometry } from "three";
66
* Passes that do not rely on the depth buffer should explicitly disable the
77
* depth test and depth write in their respective shader materials.
88
*
9-
* @implements Resizable
10-
* @implements Disposable
9+
* @implements {Resizable}
10+
* @implements {Disposable}
1111
*/
1212

1313
export class Pass {

0 commit comments

Comments
 (0)