Skip to content

Commit

Permalink
Update ClippingNode.js
Browse files Browse the repository at this point in the history
Fix formatting.
  • Loading branch information
Mugen87 authored Feb 2, 2025
1 parent 13bc4c2 commit 9004ed1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/nodes/accessors/ClippingNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9004ed1

Please sign in to comment.