* Sets the edge detection sensitivity. * * See EdgeDetectionMaterial#setEdgeDetectionThreshold for more details. * * @deprecated Use edgeDetectionMaterial instead. * @param {Number} threshold - The edge detection sensitivity. Range: [0.05, 0.5].
(threshold)
| 308 | */ |
| 309 | |
| 310 | setEdgeDetectionThreshold(threshold) { |
| 311 | |
| 312 | this.edgeDetectionMaterial.edgeDetectionThreshold = threshold; |
| 313 | |
| 314 | } |
| 315 | |
| 316 | /** |
| 317 | * Sets the maximum amount of horizontal/vertical search steps. |
no outgoing calls
no test coverage detected