|
|
@@ -9,11 +9,10 @@ import { uniformArray } from './UniformArrayNode.js';
|
|
|
import { builtin } from './BuiltinNode.js';
|
|
|
|
|
|
/**
|
|
|
- * ```
|
|
|
* This node is used in {@link NodeMaterial} to setup the clipping
|
|
|
* which can happen hardware-accelerated (if supported) and optionally
|
|
|
* use alpha-to-coverage for anti-aliasing clipped edges.
|
|
|
- * ```
|
|
|
+ *
|
|
|
* @augments Node
|
|
|
*/
|
|
|
class ClippingNode extends Node {
|