Draw some gridlines from the marching squares object

I kinda hate how I did this.
This commit is contained in:
Eryn Wells 2018-10-13 22:22:10 -07:00
parent 3399bbcd53
commit f77eef76eb
4 changed files with 70 additions and 6 deletions

View file

@ -145,6 +145,8 @@ singleColor(float sample,
return out;
}
#pragma mark - Helpers
float
mapValueFromRangeOntoRange(float value,
float inputStart,