Values
NONE
No simplification
LINE
Removes nodes that are directly in line with it's neighbors
RAY
Removes nodes who'with neighbors that have no walls directly blocking
Uses tilemap.ray
.
RAY_STEP(resolution:Float)
Removes nodes who'with neighbors that have no walls directly blocking
Uses tilemap.rayStep
.