Skip to content

Commit 9004ed1

Browse files
authored
Update ClippingNode.js
Fix formatting.
1 parent 13bc4c2 commit 9004ed1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/nodes/accessors/ClippingNode.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ import { uniformArray } from './UniformArrayNode.js';
99
import { builtin } from './BuiltinNode.js';
1010

1111
/**
12-
* ```
1312
* This node is used in {@link NodeMaterial} to setup the clipping
1413
* which can happen hardware-accelerated (if supported) and optionally
1514
* use alpha-to-coverage for anti-aliasing clipped edges.
16-
* ```
15+
*
1716
* @augments Node
1817
*/
1918
class ClippingNode extends Node {

0 commit comments

Comments
 (0)