Draw some gridlines from the marching squares object
I kinda hate how I did this.
This commit is contained in:
parent
3399bbcd53
commit
f77eef76eb
4 changed files with 70 additions and 6 deletions
|
@ -145,6 +145,8 @@ singleColor(float sample,
|
|||
return out;
|
||||
}
|
||||
|
||||
#pragma mark - Helpers
|
||||
|
||||
float
|
||||
mapValueFromRangeOntoRange(float value,
|
||||
float inputStart,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue