Display a warning that the specified method that takes x, y, z parameters can only be used with x and y parameters in this renderer. @param method The method name (no parentheses)
(String method)
| 15588 | * @param method The method name (no parentheses) |
| 15589 | */ |
| 15590 | static public void showDepthWarningXYZ(String method) { |
| 15591 | PGraphics.showDepthWarningXYZ(method); |
| 15592 | } |
| 15593 | |
| 15594 | |
| 15595 | /** |
no test coverage detected