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)
| 14808 | * @param method The method name (no parentheses) |
| 14809 | */ |
| 14810 | static public void showDepthWarningXYZ(String method) { |
| 14811 | PGraphics.showDepthWarningXYZ(method); |
| 14812 | } |
| 14813 | |
| 14814 | |
| 14815 | /** |
no test coverage detected