computeSignedDistanceField_NaiveFlood
computeSignedDistanceField_NaiveFlood(source, destination, emptyValue)
Naive flood implementation of a distance field computation algorithm
Kind: global function
Author: Alex Goldring
Copyright: Company Named Limited (c) 2025
| Param | Type |
|---|---|
| source | Sampler2D |
| destination | Sampler2D |
| emptyValue | number |