We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13bc4c2 commit 9004ed1Copy full SHA for 9004ed1
src/nodes/accessors/ClippingNode.js
@@ -9,11 +9,10 @@ import { uniformArray } from './UniformArrayNode.js';
9
import { builtin } from './BuiltinNode.js';
10
11
/**
12
- * ```
13
* This node is used in {@link NodeMaterial} to setup the clipping
14
* which can happen hardware-accelerated (if supported) and optionally
15
* use alpha-to-coverage for anti-aliasing clipped edges.
16
+ *
17
* @augments Node
18
*/
19
class ClippingNode extends Node {
0 commit comments