@@ -730,10 +730,9 @@ class PassNode extends TempNode {
730
730
}
731
731
732
732
/**
733
- * By default, the scissor rectangle is kept in sync with the pass's
734
- * resolution. This method allows to define a custom scissor rectangle.
735
- * To reverse the process and use auto-sizing again, call the method with `null`
736
- * as the single argument.
733
+ * This method allows to define a custom scissor rectangle. By default, the scissor rectangle is kept
734
+ * in sync with the pass's resolution. To reverse the process and use auto-sizing again, call the method
735
+ * with `null` as the single argument.
737
736
*
738
737
* @param {?(number | Vector4) } x - The horizontal coordinate for the lower left corner of the box in logical pixel unit.
739
738
* Instead of passing four arguments, the method also works with a single four-dimensional vector.
@@ -768,9 +767,9 @@ class PassNode extends TempNode {
768
767
}
769
768
770
769
/**
771
- * By default, the viewport is kept in sync with the pass's resolution.
772
- * This method allows to define a custom viewport . To reverse the process and use
773
- * auto-sizing again, call the method with `null` as the single argument.
770
+ * This method allows to define a custom viewport. By default, the viewport is kept in sync
771
+ * with the pass's resolution . To reverse the process and use auto-sizing again, call the method
772
+ * with `null` as the single argument.
774
773
*
775
774
* @param {number | Vector4 } x - The horizontal coordinate for the lower left corner of the viewport origin in logical pixel unit.
776
775
* @param {number } y - The vertical coordinate for the lower left corner of the viewport origin in logical pixel unit.
0 commit comments