( begin auto-generated from curveDetail.xml ) Sets the resolution at which curves display. The default value is 20. This function is only useful when using the P3D renderer as the default P2D renderer does not use this information. ( end auto-generated ) @webref shape:curves @param detail resolut
(int detail)
| 3509 | * @see PGraphics#curveTightness(float) |
| 3510 | */ |
| 3511 | public void curveDetail(int detail) { |
| 3512 | curveDetail = detail; |
| 3513 | curveInit(); |
| 3514 | } |
| 3515 | |
| 3516 | |
| 3517 | /** |